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

Function cbegin

include/behaviortree_cpp/contrib/json.hpp:22086–22091  ·  view source on GitHub ↗

@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/

Source from the content-addressed store, hash-verified

22084 /// @brief returns a const iterator to the first element
22085 /// @sa https://json.nlohmann.me/api/basic_json/cbegin/
22086 const_iterator cbegin() const noexcept
22087 {
22088 const_iterator result(this);
22089 result.set_begin();
22090 return result;
22091 }
22092
22093 /// @brief returns an iterator to one past the last element
22094 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 3

frontFunction · 0.85
beginFunction · 0.85
crendFunction · 0.85

Calls 1

set_beginMethod · 0.80

Tested by

no test coverage detected