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

Function front

Perception/dependecies/json/json.hpp:20405–20408  ·  view source on GitHub ↗

! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.front()` is equivalent to `*c.begin()`. @return In case of a structured type (array or object), a reference to the first element is returned. In case of number, string, boolean, or binary values, a reference to the value is returned.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

popMethod · 0.85

Calls 2

cbeginFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected