nlohmann::basic_json::rend

returns an iterator to the reverse-end

Synopsis

Declared in <nlohmann/json.hpp>
const_reverse_iterator
rend() const noexcept;


Return Value

a const reverse iterator for a basic_json container

Created with MrDocs