|
rapidyaml 0.14.0
parse and emit YAML, and do it fast
|
Functions | |
| template<class U> | |
| auto | c4::to_substr (U s) noexcept -> typename std::enable_if< is_compatible_char_ptr< U, char >::value, substr >::type |
| Create a substring from a C-string (char*-like pointer). | |
| template<class U> | |
| auto | c4::to_csubstr (U s) noexcept -> typename std::enable_if< is_compatible_char_ptr< U, const char >::value, csubstr >::type |
| Create a substring from a const char*-like pointer. | |
|
inlinenoexcept |
Create a substring from a C-string (char*-like pointer).
Definition at line 2399 of file substr.hpp.
|
inlinenoexcept |
Create a substring from a const char*-like pointer.
Definition at line 2412 of file substr.hpp.