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. | |