xentara-utils v2.0.4
The Xentara Utility Library
|
An object that can be used to keep track of the elements when decoding a CBOR arrays. More...
#include <xentara/utils/cbor/Array.hpp>
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.