|
rapidyaml
0.7.0
parse and emit YAML, and do it fast
|
Go to the source code of this file.
Namespaces | |
| c4 | |
| c4::yml | |
Functions | |
| template<class V , class Alloc > | |
| void | c4::yml::write (c4::yml::NodeRef *n, std::vector< V, Alloc > const &vec) |
| template<class V , class Alloc > | |
| bool | c4::yml::read (c4::yml::ConstNodeRef const &n, std::vector< V, Alloc > *vec) |
| template<class Alloc > | |
| bool | c4::yml::read (c4::yml::ConstNodeRef const &n, std::vector< bool, Alloc > *vec) |
| specialization: std::vector<bool> uses std::vector<bool>::reference as the return value of its operator[]. More... | |