Forward declarations of the internal YAML types.
Definition in file types.hpp.
Go to the source code of this file.
#include <type_traits>
#include <userver/utils/void_t.hpp>
#include <userver/formats/common/path.hpp>
#include <userver/formats/common/type.hpp>
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::yaml |
YAML support. | |
Typedefs | |
using | YAML::iterator = detail::iterator_base<detail::iterator_value> |
using | YAML::const_iterator = detail::iterator_base<const detail::iterator_value> |
using YAML::const_iterator = detail::iterator_base<const detail::iterator_value> |