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