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

Function is_array

include/behaviortree_cpp/contrib/json.hpp:20666–20669  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

20664 /// @brief return whether value is an array
20665 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
20666 constexpr bool is_array() const noexcept
20667 {
20668 return m_data.m_type == value_t::array;
20669 }
20670
20671 /// @brief return whether value is a string
20672 /// @sa https://json.nlohmann.me/api/basic_json/is_string/

Callers 9

is_structuredFunction · 0.85
get_impl_ptrFunction · 0.85
atFunction · 0.85
operator[]Function · 0.85
eraseFunction · 0.85
push_backFunction · 0.85
emplace_backFunction · 0.85
insertFunction · 0.85
swapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected