xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::cbor::RangeIterator::DummyValue Struct Referencefinal

A dummy value type. More...

#include <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.