rapidyaml  0.7.1
parse and emit YAML, and do it fast
ryml.hpp
Go to the documentation of this file.
1 #ifndef _RYML_HPP_
2 #define _RYML_HPP_
3 
4 #include "c4/yml/yml.hpp"
5 
6 namespace ryml {
7 using namespace c4::yml;
8 using namespace c4;
9 }
10 
11 #endif /* _RYML_HPP_ */
Definition: common.cpp:12
Definition: ryml.hpp:6