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

Function rbegin

native/thirdpart/json/json.hpp:18815–18818  ·  view source on GitHub ↗

! @brief returns an iterator to the reverse-beginning Returns an 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/ReversibleContainer)

Source from the content-addressed store, hash-verified

18813 @since version 1.0.0
18814 */
18815 reverse_iterator rbegin() noexcept
18816 {
18817 return reverse_iterator(end());
18818 }
18819
18820 /*!
18821 @copydoc basic_json::crbegin()

Callers 2

crbeginMethod · 0.85
crbeginMethod · 0.85

Calls 2

crbeginFunction · 0.85
endFunction · 0.70

Tested by

no test coverage detected