jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
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 153 of file type_concepts.hpp.