MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / front

Function front

Source/external/json.hpp:21560–21563  ·  view source on GitHub ↗

@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/

Source from the content-addressed store, hash-verified

21558 /// @brief access the first element
21559 /// @sa https://json.nlohmann.me/api/basic_json/front/
21560 reference front()
21561 {
21562 return *begin();
21563 }
21564
21565 /// @brief access the first element
21566 /// @sa https://json.nlohmann.me/api/basic_json/front/

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
cbeginFunction · 0.85

Tested by

no test coverage detected