jaulib v1.4.1-10-ga2c96e0
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::req::stringifyable_std Concept Reference

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

#include <type_concepts.hpp>

Concept definition

template<typename T>
|| std::is_integral_v<T>
|| std::is_floating_point_v<T>
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, CharT (&)[N], char*
  • integral
  • floating_point

Convertible to string via std::to_string(T) or jau::to_string(T)

Definition at line 139 of file type_concepts.hpp.