Merge parent and child components schemas of static configs.
Definition in file merge_schemas.hpp.
Go to the source code of this file.
#include <userver/yaml_config/schema.hpp>
Namespaces | |
namespace | yaml_config |
Utilities to work with static YAML config. | |
Functions | |
template<typename ParentComponent > | |
Schema | yaml_config::MergeSchemas (const std::string &yaml_string) |
Merge parent and child components schemas of static configs. | |