xentara-utils v2.0.4
The Xentara Utility Library
|
A dummy value type. More...
#include <xentara/utils/cbor/RangeIterator.hpp>
A dummy value type.
This iterator does not keep track of any actual values, only of the position while decoding. However, range-based for loops require an operator*(), and an actual non-void value type. We therefor use this empty dummy type as the value.