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

Function is_object

Source/external/json.hpp:20522–20525  ·  view source on GitHub ↗

@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/

Source from the content-addressed store, hash-verified

20520 /// @brief return whether value is an object
20521 /// @sa https://json.nlohmann.me/api/basic_json/is_object/
20522 constexpr bool is_object() const noexcept
20523 {
20524 return m_type == value_t::object;
20525 }
20526
20527 /// @brief return whether value is an array
20528 /// @sa https://json.nlohmann.me/api/basic_json/is_array/

Callers 15

is_structuredFunction · 0.85
get_impl_ptrFunction · 0.85
atFunction · 0.85
operator[]Function · 0.85
json.hppFile · 0.85
valueFunction · 0.85
erase_internalFunction · 0.85
findFunction · 0.85
countFunction · 0.85
containsFunction · 0.85
push_backFunction · 0.85
emplaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected