nlohmann::basic_json::is_number_unsigned

return whether value is an unsigned integer number

Synopsis

Declared in <nlohmann/json.hpp>
constexpr
bool
is_number_unsigned() const noexcept;


Created with MrDocs