MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / is_array

Function is_array

src/include/nlohmann/json.hpp:1391–1394  ·  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

1389 /// @brief return whether value is an array
1390 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
1391 constexpr bool is_array() const noexcept
1392 {
1393 return m_data.m_type == value_t::array;
1394 }
1395
1396 /// @brief return whether value is a string
1397 /// @sa https://json.nlohmann.me/api/basic_json/is_string/

Callers 15

sizeMethod · 0.85
popMethod · 0.85
is_iterableMethod · 0.85
emptyMethod · 0.85
to_boolMethod · 0.85
ValueClass · 0.85
operator+Method · 0.85
is_structuredFunction · 0.85
get_impl_ptrFunction · 0.85
atFunction · 0.85
operator[]Function · 0.85
eraseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected