MCPcopy Create free account
hub / github.com/SsageParuders/Android_Native_Surface / operator[]

Function operator[]

my_libhv/cpputil/json.hpp:19988–20013  ·  view source on GitHub ↗

! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the range of the array (i.e., `idx >= size()`), then the array is silently filled up with `null` values to make `idx` a valid reference to the last stored element. @param[in] idx index of the element to access @return reference to the e

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 13

is_nullFunction · 0.85
assert_invariantFunction · 0.85
is_arrayFunction · 0.85
type_nameFunction · 0.85
is_objectFunction · 0.85
basic_jsonFunction · 0.70
createFunction · 0.70
stringFunction · 0.50
sizeMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
operator[]Method · 0.45

Tested by

no test coverage detected