ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
ezconfig
json
JsonParseable
ezconfig::json::JsonParseable Concept Reference
Concept definition
template
<
typename
T>
concept
ezconfig::json::JsonParseable
=
requires
(
const
nlohmann::json & j) {
{j.get<T>()} -> std::convertible_to<T>;
}
ezconfig::json::JsonParseable
Definition
json.hpp:60
Detailed Description
Definition at line
60
of file
json.hpp
.
Generated by
1.12.0