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

Function crbegin

extern/json/json.hpp:22058–22061  ·  view source on GitHub ↗

@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/

Source from the content-addressed store, hash-verified

22056 /// @brief returns a const reverse iterator to the last element
22057 /// @sa https://json.nlohmann.me/api/basic_json/crbegin/
22058 const_reverse_iterator crbegin() const noexcept
22059 {
22060 return const_reverse_iterator(cend());
22061 }
22062
22063 /// @brief returns a const reverse iterator to one before the first
22064 /// @sa https://json.nlohmann.me/api/basic_json/crend/

Callers 1

rbeginFunction · 0.85

Calls 1

cendFunction · 0.85

Tested by

no test coverage detected