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

A strict convertible type to std::string or std::string_view via jau::to_string(T) or to_string(T) (custom free function) More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
A strict convertible type to std::string or std::string_view via jau::to_string(T) or to_string(T) (c...
constexpr bool has_toString_v
constexpr bool has_free_to_string_v
constexpr bool has_to_string_v

Detailed Description

A strict convertible type to std::string or std::string_view via jau::to_string(T) or to_string(T) (custom free function)

  • has member toString()
  • has member to_string()
  • has free function to_string(T)

Definition at line 148 of file type_concepts.hpp.