Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::req::stringifyable_jau Concept Reference

A convertible type to a string or a string itself. More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
Concept of type-trait std::is_pointer.
A convertible type to a string or a string itself.
A convertible type to a string or a string itself.

Detailed Description

A convertible type to a string or a string itself.

  • string_alike: std::string, std::string_view, jau::StringLiteral, char (&)[N], char*
  • integral
  • floating_point
  • pointer

Convertible to string via jau::to_string(T)

Definition at line 163 of file type_concepts.hpp.