MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / back

Function back

third-party/nlohmann/include/nlohmann/json.hpp:2231–2236  ·  view source on GitHub ↗

@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/

Source from the content-addressed store, hash-verified

2229 /// @brief access the last element
2230 /// @sa https://json.nlohmann.me/api/basic_json/back/
2231 reference back()
2232 {
2233 auto tmp = end();
2234 --tmp;
2235 return *tmp;
2236 }
2237
2238 /// @brief access the last element
2239 /// @sa https://json.nlohmann.me/api/basic_json/back/

Callers

nothing calls this directly

Calls 2

endFunction · 0.85
cendFunction · 0.85

Tested by

no test coverage detected