userver: userver/formats/yaml/inline.hpp File Reference
Loading...
Searching...
No Matches
inline.hpp File Reference

Detailed Description

Inline value builders.

Definition in file inline.hpp.

Go to the source code of this file.

#include <chrono>
#include <cstddef>
#include <string>
#include <string_view>
#include <type_traits>
#include <utility>
#include <userver/formats/yaml/value.hpp>
#include <userver/formats/yaml/value_builder.hpp>
This graph shows which files directly or indirectly include this file:

Namespaces

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

Functions

template<typename... Args>
Value formats::yaml::MakeObject (Args &&... args)
template<typename... Args>
Value formats::yaml::MakeArray (Args &&... args)