nlohmann::basic_json::cend

returns an iterator to one past the last element

Synopsis

Declared in <nlohmann/json.hpp>
const_iterator
cend() const noexcept;


Return Value

a const iterator for a basic_json container

Created with MrDocs