djson v3.1.3
JSON parser
 
Loading...
Searching...
No Matches
dj::GettableT Concept Reference

Type to obtain JSON value as. More...

#include <djson/json.hpp>

Concept definition

template<typename Type>
concept dj::GettableT = std::same_as<Type, bool> || NumericT<Type> || StringyT<Type>
Type to obtain JSON value as.
Definition json.hpp:22
Numeric type.
Definition json.hpp:14
Stringy type.
Definition json.hpp:18

Detailed Description

Type to obtain JSON value as.