MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / front

Function front

include/behaviortree_cpp/contrib/json.hpp:21696–21699  ·  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

21694 /// @brief access the first element
21695 /// @sa https://json.nlohmann.me/api/basic_json/front/
21696 reference front()
21697 {
21698 return *begin();
21699 }
21700
21701 /// @brief access the first element
21702 /// @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