Function domain_bridge::parse_domain_bridge_yaml_configs
Defined in File parse_domain_bridge_yaml_config.hpp
Function Documentation
-
DomainBridgeConfig domain_bridge::parse_domain_bridge_yaml_configs(const std::vector<std::filesystem::path> &file_paths)
Create a DomainBridgeConfig object from some YAML files.
If the passed files have overlapping settings, the one specified in a later file will apply.
See parse_domain_bridge_yaml_config() for more details.