|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Functions for preprocessing YAML prior to parsing. More...
Go to the source code of this file.
Namespaces | |
| c4 | |
| (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message. | |
| c4::yml | |
Functions | |
| size_t | c4::yml::preprocess_rxmap (csubstr rxmap, substr buf) |
| Write into a given output buffer. More... | |
| template<class CharContainer > | |
| substr | c4::yml::preprocess_rxmap (csubstr rxmap, CharContainer *out) |
| template<class CharContainer > | |
| CharContainer | c4::yml::preprocess_rxmap (csubstr rxmap) |
Functions for preprocessing YAML prior to parsing.
Definition in file preprocess.hpp.