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

Numeric type. More...

#include <djson/json.hpp>

Concept definition

template<typename Type>
concept dj::NumericT = std::integral<Type> || std::floating_point<Type>
Numeric type.
Definition json.hpp:14

Detailed Description

Numeric type.