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

Function is_array

Source/external/json.hpp:20529–20532  ·  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

20527 /// @brief return whether value is an array
20528 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
20529 constexpr bool is_array() const noexcept
20530 {
20531 return m_type == value_t::array;
20532 }
20533
20534 /// @brief return whether value is a string
20535 /// @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