MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / rbegin

Method rbegin

extern/json/json.hpp:4442–4445  ·  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](http://en.cppreference.com/w/cpp/concept/ReversibleContainer) req

Source from the content-addressed store, hash-verified

4440 @since version 1.0.0
4441 */
4442 reverse_iterator rbegin() noexcept
4443 {
4444 return reverse_iterator(end());
4445 }
4446
4447 /*!
4448 @copydoc basic_json::crbegin()

Callers 2

init_common_iteratorMethod · 0.45
broadcastFunction · 0.45

Calls 1

endFunction · 0.85

Tested by

no test coverage detected