nlohmann::basic_json::crbegin

returns a const reverse iterator to the last element

Synopsis

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


Return Value

a const reverse iterator for a basic_json container

Created with MrDocs