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

Function is_null

Source/external/json.hpp:20480–20483  ·  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

20478 /// @brief return whether value is null
20479 /// @sa https://json.nlohmann.me/api/basic_json/is_null/
20480 constexpr bool is_null() const noexcept
20481 {
20482 return m_type == value_t::null;
20483 }
20484
20485 /// @brief return whether value is a boolean
20486 /// @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