MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / is_object

Function is_object

include/behaviortree_cpp/contrib/json.hpp:20659–20662  ·  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

20657 /// @brief return whether value is an object
20658 /// @sa https://json.nlohmann.me/api/basic_json/is_object/
20659 constexpr bool is_object() const noexcept
20660 {
20661 return m_data.m_type == value_t::object;
20662 }
20663
20664 /// @brief return whether value is an array
20665 /// @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