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

Function crend

include/behaviortree_cpp/contrib/json.hpp:22155–22158  ·  view source on GitHub ↗

@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/

Source from the content-addressed store, hash-verified

22153 /// @brief returns a const reverse iterator to one before the first
22154 /// @sa https://json.nlohmann.me/api/basic_json/crend/
22155 const_reverse_iterator crend() const noexcept
22156 {
22157 return const_reverse_iterator(cbegin());
22158 }
22159
22160 public:
22161 /// @brief wrapper to access iterator member functions in range-based for

Callers 1

rendFunction · 0.85

Calls 1

cbeginFunction · 0.85

Tested by

no test coverage detected