ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
ezconfig
yaml
YamlParseable
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>;
}
ezconfig::yaml::YamlParseable
Definition
yaml.hpp:60
Detailed Description
Definition at line
60
of file
yaml.hpp
.
Generated by
1.12.0