rapidyaml  0.13.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 /** @file std.hpp includes all rapidyaml-std interop files */
5 
6 // bring all of c4core interop
7 #include "c4/std/std.hpp"
8 
9 // bring all of rapidyaml interop
10 #include "c4/yml/std/string.hpp"
11 #include "c4/yml/std/vector.hpp"
12 #include "c4/yml/std/map.hpp"
13 
14 #endif // _C4_YML_STD_STD_HPP_
write/read std::map to/from a YAML tree.
substring conversions for/from std::string