userver: userver/formats/yaml/value.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
value.hpp File Reference

Non-mutable YAML value representation. More...

+ Include dependency graph for value.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  formats::yaml::Value
 Non-mutable YAML value representation. More...
 
struct  formats::yaml::Value::IterTraits
 
struct  formats::yaml::Value::DefaultConstructed
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::yaml
 YAML support.
 
namespace  formats::literals
 

Functions

template<>
std::string formats::yaml::Value::As< std::string > () const
 
yaml::Value formats::literals::operator""_yaml (const char *str, std::size_t len)
 

Detailed Description

Non-mutable YAML value representation.

Definition in file value.hpp.