#include <contiguousrangemap.h>
Public Types | |
using | CollectionType = const ContiguousRangeMap |
using | Super = typename MapType::template EntryIteratorBase< true > |
Public Member Functions | |
ValueIteratorBase () | |
ValueIteratorBase (CollectionType &m, Int s) | |
ValueIteratorBase (const ValueIteratorBase &src) | |
const V & | operator* () const |
const V * | operator-> () const |
using CollectionType = const ContiguousRangeMap |
using Super = typename MapType::template EntryIteratorBase<true> |
ValueIteratorBase | ( | CollectionType & | m, |
Int | s | ||
) |
ValueIteratorBase | ( | const ValueIteratorBase< CONSTITERATOR > & | src | ) |
const V& operator* | ( | ) | const |
const V* operator-> | ( | ) | const |