|
rapidyaml
0.8.0
parse and emit YAML, and do it fast
|
Modules | |
| substr adapters | |
| to_substr() and to_csubstr() is used in generic code like format(), and allow adding construction of substrings from new types like containers. | |
| substr comparison operators | |
Classes | |
| struct | c4::basic_substring< C > |
| a non-owning string-view, consisting of a character pointer and a length. More... | |
Functions | |
| template<class OStream , class C > | |
| OStream & | c4::operator<< (OStream &os, basic_substring< C > s) |
| output the string to a stream More... | |
|
inline |
output the string to a stream
Definition at line 2258 of file substr.hpp.
References c4::basic_substring< C >::len, and c4::basic_substring< C >::str.