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

Function is_array

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

20571 /// @brief return whether value is an array
20572 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
20573 constexpr bool is_array() const noexcept
20574 {
20575 return m_type == value_t::array;
20576 }
20577
20578 /// @brief return whether value is a string
20579 /// @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