ezconfig
Create C++ Objects from Yaml and Json
Loading...
Searching...
No Matches
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>;
}

Detailed Description

Definition at line 60 of file json.hpp.