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

Function rend

Source/Utils/json.hpp:21143–21146  ·  view source on GitHub ↗

! @brief returns an iterator to the reverse-end Returns an 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://en.cppreference.com/w/cpp/nam

Source from the content-addressed store, hash-verified

21141 @since version 1.0.0
21142 */
21143 reverse_iterator rend() noexcept
21144 {
21145 return reverse_iterator(begin());
21146 }
21147
21148 /*!
21149 @copydoc basic_json::crend()

Callers

nothing calls this directly

Calls 2

crendFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected