MCPcopy Create free account
hub / github.com/Winderton/xplatform / is_array

Function is_array

Blockchain/src/json.hh:20241–20244  ·  view source on GitHub ↗

! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type is array, `false` otherwise. @complexity Constant. @exceptionsafety No-throw guarantee: this member function never throws exceptions. @liveexample{The following code exemplifies `is_array()` for all JSON types.,is_array} @since version 1.0.0

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

is_structuredFunction · 0.70
get_impl_ptrFunction · 0.70
atFunction · 0.70
operator[]Function · 0.70
eraseFunction · 0.70
push_backFunction · 0.70
emplace_backFunction · 0.70
insertFunction · 0.70
swapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected