MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / rend

Function rend

dependencies/json/json.hpp:21227–21230  ·  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/named_req/ReversibleContainer)

Source from the content-addressed store, hash-verified

21225 @since version 1.0.0
21226 */
21227 reverse_iterator rend() noexcept
21228 {
21229 return reverse_iterator(begin());
21230 }
21231
21232 /*!
21233 @copydoc basic_json::crend()

Callers

nothing calls this directly

Calls 2

beginFunction · 0.70
crendFunction · 0.70

Tested by

no test coverage detected