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

Function rend

extern/json/json.hpp:22044–22047  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22042 /// @brief returns an iterator to the reverse-end
22043 /// @sa https://json.nlohmann.me/api/basic_json/rend/
22044 reverse_iterator rend() noexcept
22045 {
22046 return reverse_iterator(begin());
22047 }
22048
22049 /// @brief returns an iterator to the reverse-end
22050 /// @sa https://json.nlohmann.me/api/basic_json/rend/

Callers

nothing calls this directly

Calls 2

crendFunction · 0.85
beginFunction · 0.70

Tested by

no test coverage detected