xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
Iterator Class Reference

An object that can be used to keep track of the elements when decoding a CBOR arrays. More...

#include <xentara/utils/cbor/Array.hpp>

Detailed Description

An object that can be used to keep track of the elements when decoding a CBOR arrays.

This object has begin() and end() functions to allows it to be used like a stream iterator. However, the object is not used to actually decode the elements, but only to keep track of whether all the elements have been read yet.

See also
Array::iterate()