rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
std.hpp
Go to the documentation of this file.
1#ifndef C4_STD_STD_HPP_
2#define C4_STD_STD_HPP_
3
4/** @file std.hpp includes all c4-std interop files */
5
6#include "c4/std/vector.hpp"
7#include "c4/std/string.hpp"
8#include "c4/std/span.hpp"
10
11#endif // C4_STD_STD_HPP_
provides conversion and comparison facilities from/between std::vector<char> to c4::substr and c4::cs...