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

Function front

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

2421 /// @brief access the first element
2422 /// @sa https://json.nlohmann.me/api/basic_json/front/
2423 reference front()
2424 {
2425 return *begin();
2426 }
2427
2428 /// @brief access the first element
2429 /// @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