MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / back

Function back

src/include/nlohmann/json.hpp:2437–2442  ·  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

2435 /// @brief access the last element
2436 /// @sa https://json.nlohmann.me/api/basic_json/back/
2437 reference back()
2438 {
2439 auto tmp = end();
2440 --tmp;
2441 return *tmp;
2442 }
2443
2444 /// @brief access the last element
2445 /// @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