MCPcopy Create free account
hub / github.com/cybereality/Perception / back

Function back

Perception/dependecies/json/json.hpp:20449–20454  ·  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,

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

cendFunction · 0.85
endFunction · 0.70

Tested by

no test coverage detected