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

Function crbegin

native/thirdpart/json/json.hpp:18889–18892  ·  view source on GitHub ↗

! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last 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/Reversib

Source from the content-addressed store, hash-verified

18887 @since version 1.0.0
18888 */
18889 const_reverse_iterator crbegin() const noexcept
18890 {
18891 return const_reverse_iterator(cend());
18892 }
18893
18894 /*!
18895 @brief returns a const reverse iterator to one before the first

Callers 1

rbeginFunction · 0.85

Calls 1

cendFunction · 0.70

Tested by

no test coverage detected