MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / is_number_unsigned

Function is_number_unsigned

Source/external/json.hpp:20508–20511  ·  view source on GitHub ↗

@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/

Source from the content-addressed store, hash-verified

20506 /// @brief return whether value is an unsigned integer number
20507 /// @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
20508 constexpr bool is_number_unsigned() const noexcept
20509 {
20510 return m_type == value_t::number_unsigned;
20511 }
20512
20513 /// @brief return whether value is a floating-point number
20514 /// @sa https://json.nlohmann.me/api/basic_json/is_number_float/

Callers 1

get_impl_ptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected