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

Function rbegin

extern/json/json.hpp:22030–22033  ·  view source on GitHub ↗

@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/

Source from the content-addressed store, hash-verified

22028 /// @brief returns an iterator to the reverse-beginning
22029 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
22030 reverse_iterator rbegin() noexcept
22031 {
22032 return reverse_iterator(end());
22033 }
22034
22035 /// @brief returns an iterator to the reverse-beginning
22036 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/

Callers

nothing calls this directly

Calls 2

crbeginFunction · 0.85
endFunction · 0.70

Tested by

no test coverage detected