rapidyaml  0.11.0
parse and emit YAML, and do it fast
string.hpp
Go to the documentation of this file.
1 #ifndef C4_YML_STD_STRING_HPP_
2 #define C4_YML_STD_STRING_HPP_
3 
4 /** @file string.hpp substring conversions for/from std::string */
5 
6 // everything we need is implemented here:
7 #include <c4/std/string.hpp>
8 
9 #endif // C4_YML_STD_STRING_HPP_