nlohmann
::
basic_json
::rbegin
returns an iterator to the reverse-beginning
Synopsis
Declared in
<nlohmann/json.hpp>
const_reverse_iterator
rbegin() const noexcept;
Return Value
a const reverse iterator for a basic_json container
Created with
MrDocs