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

Function crbegin

include/behaviortree_cpp/contrib/json.hpp:22148–22151  ·  view source on GitHub ↗

@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/

Source from the content-addressed store, hash-verified

22146 /// @brief returns a const reverse iterator to the last element
22147 /// @sa https://json.nlohmann.me/api/basic_json/crbegin/
22148 const_reverse_iterator crbegin() const noexcept
22149 {
22150 return const_reverse_iterator(cend());
22151 }
22152
22153 /// @brief returns a const reverse iterator to one before the first
22154 /// @sa https://json.nlohmann.me/api/basic_json/crend/

Callers 1

rbeginFunction · 0.85

Calls 1

cendFunction · 0.85

Tested by

no test coverage detected