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

Function end

include/behaviortree_cpp/contrib/json.hpp:22095–22100  ·  view source on GitHub ↗

@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/

Source from the content-addressed store, hash-verified

22093 /// @brief returns an iterator to one past the last element
22094 /// @sa https://json.nlohmann.me/api/basic_json/end/
22095 iterator end() noexcept
22096 {
22097 iterator result(this);
22098 result.set_end();
22099 return result;
22100 }
22101
22102 /// @brief returns an iterator to one past the last element
22103 /// @sa https://json.nlohmann.me/api/basic_json/end/

Callers 12

from_json_array_implFunction · 0.70
constructMethod · 0.70
constructMethod · 0.70
createMethod · 0.70
calc_bson_array_sizeMethod · 0.70
eraseFunction · 0.70
findFunction · 0.70
json.hppFile · 0.70
valueFunction · 0.70
backFunction · 0.70
rbeginFunction · 0.70

Calls 2

cendFunction · 0.85
set_endMethod · 0.80

Tested by

no test coverage detected