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