MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / crend

Function crend

Source/Utils/json.hpp:21209–21212  ·  view source on GitHub ↗

! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before the first element. @image html range-rbegin-rend.svg "Illustration from cppreference.com" @complexity Constant. @requirement This function helps `basic_json` satisfying the [ReversibleContainer](https:

Source from the content-addressed store, hash-verified

21207 @since version 1.0.0
21208 */
21209 const_reverse_iterator crend() const noexcept
21210 {
21211 return const_reverse_iterator(cbegin());
21212 }
21213
21214 public:
21215 /*!

Callers 1

rendFunction · 0.85

Calls 1

cbeginFunction · 0.85

Tested by

no test coverage detected