nlohmann::basic_json::const_reverse_iterator

a const reverse iterator for a basic_json container

Synopsis

Declared in <nlohmann/json.hpp>
using const_reverse_iterator = json_reverse_iterator<basic_json::const_iterator>;


Created with MrDocs