MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / front

Function front

extern/json/json.hpp:21604–21607  ·  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

21602 /// @brief access the first element
21603 /// @sa https://json.nlohmann.me/api/basic_json/front/
21604 reference front()
21605 {
21606 return *begin();
21607 }
21608
21609 /// @brief access the first element
21610 /// @sa https://json.nlohmann.me/api/basic_json/front/

Callers

nothing calls this directly

Calls 2

cbeginFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected