MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / rend

Function rend

Source/external/json.hpp:22000–22003  ·  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

21998 /// @brief returns an iterator to the reverse-end
21999 /// @sa https://json.nlohmann.me/api/basic_json/rend/
22000 reverse_iterator rend() noexcept
22001 {
22002 return reverse_iterator(begin());
22003 }
22004
22005 /// @brief returns an iterator to the reverse-end
22006 /// @sa https://json.nlohmann.me/api/basic_json/rend/

Callers

nothing calls this directly

Calls 2

beginFunction · 0.85
crendFunction · 0.85

Tested by

no test coverage detected