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

Function rend

include/behaviortree_cpp/contrib/json.hpp:22134–22137  ·  view source on GitHub ↗

@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/

Source from the content-addressed store, hash-verified

22132 /// @brief returns an iterator to the reverse-end
22133 /// @sa https://json.nlohmann.me/api/basic_json/rend/
22134 reverse_iterator rend() noexcept
22135 {
22136 return reverse_iterator(begin());
22137 }
22138
22139 /// @brief returns an iterator to the reverse-end
22140 /// @sa https://json.nlohmann.me/api/basic_json/rend/

Callers

nothing calls this directly

Calls 2

crendFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected