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

Function is_array

src/json.hpp:20670–20673  ·  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

20668 /// @brief return whether value is an array
20669 /// @sa https://json.nlohmann.me/api/basic_json/is_array/
20670 constexpr bool is_array() const noexcept
20671 {
20672 return m_data.m_type == value_t::array;
20673 }
20674
20675 /// @brief return whether value is a string
20676 /// @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