Helper to create ConfigTraits for types with nlohmann::json ADL.
More...
#include <json.h>
template<typename T>
requires HasJsonAdl<T>
struct cppfig::ConfigTraitsFromJsonAdl< T >
Helper to create ConfigTraits for types with nlohmann::json ADL.
Users can inherit from this to get automatic trait implementation:
template<>
Helper to create ConfigTraits for types with nlohmann::json ADL.
Definition json.h:138
Primary template for configuration type traits.
Definition traits.h:21
◆ Deserialize()
◆ FromString()
◆ Serialize()
◆ ToString()
The documentation for this struct was generated from the following file: