|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Functions | |
| template<class Arg , class... Args> | |
| size_t | c4::uncatsep (csubstr buf, csubstr sep, Arg &a, Args &...more) |
| deserialize the arguments from the given buffer, using a separator. More... | |
| size_t c4::uncatsep | ( | csubstr | buf, |
| csubstr | sep, | ||
| Arg & | a, | ||
| Args &... | more | ||
| ) |
deserialize the arguments from the given buffer, using a separator.
Definition at line 823 of file format.hpp.