nlohmann::basic_json<>::number_unsigned_t

a type for a number (unsigned)

Synopsis

Declared in <nlohmann/json.hpp>
using number_unsigned_t = unsigned long long;


Created with MrDocs