Gamp v0.0.8
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::req::stringifyable1_jau Concept Reference

A loose convertible type to std::string, std::string_view or a std::string itself. More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
A loose convertible type to std::string or std::string_view via jau::to_string(T) or to_string(T) (cu...
A loose convertible type to std::string, std::string_view or a std::string itself.
A convertible type to std::string or a std::string itself.

Detailed Description

A loose convertible type to std::string, std::string_view or a std::string itself.

  • string_alike: std::string, std::string_view, jau::StringLiteral, char (&)[N], char*
  • integral
  • floating_point
  • string_convertible1_jau
    • integral
    • floating_point
    • pointer
      • including has member function operator->()
    • string_convertible0_jau
      • has member toString()
      • has member to_string()
      • has free function to_string(T)

Convertible to string via jau::to_string(T) or to_string(T) (custom free function)

Definition at line 217 of file type_concepts.hpp.