rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
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
6namespace ryml {
7using namespace c4::yml;
8using namespace c4;
9}
10
11#endif /* _RYML_HPP_ */
(Undefined by default) Use shorter error message from checks/asserts: do not show the check condition...
Definition common.cpp:14
Definition ryml.hpp:6