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