MCPcopy Create free account
hub / github.com/cinder/Cinder / is_array

Function is_array

include/nlohmann/json.hpp:1356–1359  ·  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

1354 /// @brief return whether value is an array
1355 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
1356 constexpr bool is_array() const noexcept
1357 {
1358 return m_type == value_t::array;
1359 }
1360
1361 /// @brief return whether value is a string
1362 /// @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