|
rapidyaml 0.14.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. | |
| size_t c4::unformat | ( | csubstr | buf, |
| csubstr | fmt, | ||
| Arg & | a, | ||
| Args &... | more ) |
using a format string, deserialize the arguments from the given buffer.
This is the inverse function to c4::format().
Definition at line 987 of file format.hpp.