|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Iterator traits for Aleph-w iterators. More...
#include <ahIterator.H>
Public Types | |
| typedef Itor::value_type | value_type |
| Element type. | |
| typedef Itor::difference_type | difference_type |
| Distance type. | |
| typedef Itor::pointer | pointer |
| Pointer to element. | |
| typedef Itor::reference | reference |
| Reference to element. | |
Iterator traits for Aleph-w iterators.
Provides standard type aliases for iterator properties, similar to std::iterator_traits.
| Itor | Iterator type with nested type definitions |
Definition at line 91 of file ahIterator.H.
| typedef Itor::difference_type Aleph::iterator_traits< Itor >::difference_type |
Distance type.
Definition at line 94 of file ahIterator.H.
| typedef Itor::pointer Aleph::iterator_traits< Itor >::pointer |
Pointer to element.
Definition at line 95 of file ahIterator.H.
| typedef Itor::reference Aleph::iterator_traits< Itor >::reference |
Reference to element.
Definition at line 96 of file ahIterator.H.
| typedef Itor::value_type Aleph::iterator_traits< Itor >::value_type |
Element type.
Definition at line 93 of file ahIterator.H.