rapidyaml  0.12.0
parse and emit YAML, and do it fast
std.hpp
Go to the documentation of this file.
1 #ifndef _C4_YML_STD_STD_HPP_
2 #define _C4_YML_STD_STD_HPP_
3 
4 #include "c4/yml/std/string.hpp"
5 #include "c4/yml/std/vector.hpp"
6 #include "c4/yml/std/map.hpp"
7 
8 #endif // _C4_YML_STD_STD_HPP_
write/read std::map to/from a YAML tree.
substring conversions for/from std::string