nlohmann::basic_json::rend

returns an iterator to the reverse-end

Synopsis

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


Return Value

a reverse iterator for a basic_json container

Created with MrDocs