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

Function crend

extern/json/json.hpp:22065–22068  ·  view source on GitHub ↗

@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/

Source from the content-addressed store, hash-verified

22063 /// @brief returns a const reverse iterator to one before the first
22064 /// @sa https://json.nlohmann.me/api/basic_json/crend/
22065 const_reverse_iterator crend() const noexcept
22066 {
22067 return const_reverse_iterator(cbegin());
22068 }
22069
22070 public:
22071 /// @brief wrapper to access iterator member functions in range-based for

Callers 1

rendFunction · 0.85

Calls 1

cbeginFunction · 0.85

Tested by

no test coverage detected