nlohmann::basic_json::crend

returns a const reverse iterator to one before the first

Synopsis

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


Return Value

a const reverse iterator for a basic_json container

Created with MrDocs