MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / is_number_integer

Function is_number_integer

extern/json/json.hpp:20545–20548  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

20543 /// @brief return whether value is an integer number
20544 /// @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
20545 constexpr bool is_number_integer() const noexcept
20546 {
20547 return m_type == value_t::number_integer || m_type == value_t::number_unsigned;
20548 }
20549
20550 /// @brief return whether value is an unsigned integer number
20551 /// @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/

Callers 2

is_numberFunction · 0.85
get_impl_ptrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected