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

Function is_object

extern/json/json.hpp:20566–20569  ·  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

20564 /// @brief return whether value is an object
20565 /// @sa https://json.nlohmann.me/api/basic_json/is_object/
20566 constexpr bool is_object() const noexcept
20567 {
20568 return m_type == value_t::object;
20569 }
20570
20571 /// @brief return whether value is an array
20572 /// @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