MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / rend

Function rend

src/include/nlohmann/json.hpp:2861–2864  ·  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

2859 /// @brief returns an iterator to the reverse-end
2860 /// @sa https://json.nlohmann.me/api/basic_json/rend/
2861 reverse_iterator rend() noexcept
2862 {
2863 return reverse_iterator(begin());
2864 }
2865
2866 /// @brief returns an iterator to the reverse-end
2867 /// @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