userver: userver/yaml_config/map_to_array.hpp File Reference
Loading...
Searching...
No Matches
map_to_array.hpp File Reference

Detailed Description

Parses YAML object maps into vectors of named elements.

Definition in file map_to_array.hpp.

Go to the source code of this file.

#include <utility>
#include <vector>

Namespaces

namespace  yaml_config
 YAML-backed static configuration (YamlConfig) and schemas.
 

Functions

template<typename T, typename Value>
std::vector< T > yaml_config::ParseMapToArray (const Value &value)
 Parses YAML object maps into vectors of named elements.