Base Framework
|
Describes the types of a modifying iterator. More...
#include <base/Iterator.h>
Public Types | |
typedef IteratorTraits | SelfIteratorTraits |
typedef VALUE | Value |
typedef VALUE & | Reference |
typedef VALUE * | Pointer |
typedef MemoryDiff | Distance |
typedef RandomAccessIterator | Category |
Describes the types of a modifying iterator.
Defines the types of a modifying (has write access to the elements) iterator.