nlohmann
::
basic_json
::cbegin
returns a const iterator to the first element
Synopsis
Declared in
<nlohmann/json.hpp>
const_iterator
cbegin() const noexcept;
Return Value
a const iterator for a basic_json container
Created with
MrDocs