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

Function is_null

extern/json/json.hpp:20524–20527  ·  view source on GitHub ↗

@brief return whether value is null @sa https://json.nlohmann.me/api/basic_json/is_null/

Source from the content-addressed store, hash-verified

20522 /// @brief return whether value is null
20523 /// @sa https://json.nlohmann.me/api/basic_json/is_null/
20524 constexpr bool is_null() const noexcept
20525 {
20526 return m_type == value_t::null;
20527 }
20528
20529 /// @brief return whether value is a boolean
20530 /// @sa https://json.nlohmann.me/api/basic_json/is_boolean/

Callers 6

is_primitiveFunction · 0.85
operator[]Function · 0.85
push_backFunction · 0.85
emplace_backFunction · 0.85
emplaceFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected