MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / front

Function front

examples/server/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

cbeginFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected