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

Function begin

include/behaviortree_cpp/contrib/json.hpp:22070–22075  ·  view source on GitHub ↗

@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/

Source from the content-addressed store, hash-verified

22068 /// @brief returns an iterator to the first element
22069 /// @sa https://json.nlohmann.me/api/basic_json/begin/
22070 iterator begin() noexcept
22071 {
22072 iterator result(this);
22073 result.set_begin();
22074 return result;
22075 }
22076
22077 /// @brief returns an iterator to the first element
22078 /// @sa https://json.nlohmann.me/api/basic_json/begin/

Callers 12

from_jsonFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
createMethod · 0.70
calc_bson_array_sizeMethod · 0.70
eraseFunction · 0.70
json.hppFile · 0.70
operator[]Function · 0.70
frontFunction · 0.70
rendFunction · 0.70
emplaceFunction · 0.70

Calls 2

cbeginFunction · 0.85
set_beginMethod · 0.80

Tested by

no test coverage detected