rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
String traits classes

Classes

struct  c4::is_string< T >
 a traits class to mark a type as a string type, meaning c4::to_csubstr() can be used directly instead of c4::to_chars() when formatting the string. More...
struct  c4::is_writeable_string< T >
 a traits class to mark a type as a writeable string type, meaning c4::to_substr() can be used directly instead of c4::from_chars() when reading the string. More...
struct  c4::is_string< basic_substring< C > >
struct  c4::is_string< const basic_substring< char > >
struct  c4::is_string< const basic_substring< const char > >
struct  c4::is_writeable_string< basic_substring< char > >
struct  c4::is_writeable_string< const basic_substring< char > >
struct  c4::is_compatible_char_ptr< FromPointerType, ToValueType >
struct  c4::can_borrow_char_ptr< FromPointerType, ToValueType >

Detailed Description