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

Function back

Blockchain/src/json.h:21668–21673  ·  view source on GitHub ↗

! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.back()` is equivalent to @code {.cpp} auto tmp = c.end(); --tmp; return *tmp; @endcode @return In case of a structured type (array or object), a reference to the last element is returned. In case of number, string, boolean, or binary values,

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

endFunction · 0.70
cendFunction · 0.70

Tested by

no test coverage detected