MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / rend

Function rend

native/thirdpart/json/json.hpp:18852–18855  ·  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

18850 @since version 1.0.0
18851 */
18852 reverse_iterator rend() noexcept
18853 {
18854 return reverse_iterator(begin());
18855 }
18856
18857 /*!
18858 @copydoc basic_json::crend()

Callers 2

crendMethod · 0.85
crendMethod · 0.85

Calls 2

crendFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected