ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
ezconfig::yaml::YamlParseable Concept Reference

Concept definition

template<typename T>
concept ezconfig::yaml::YamlParseable = requires(const YAML::Node & y) {
{y.as<T>()} -> std::convertible_to<T>;
}

Detailed Description

Definition at line 60 of file yaml.hpp.