xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::cbor::RangeIterator::DummyValue Struct Referencefinal

A dummy value type. More...

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

Detailed Description

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.