molecular
|
Iterator adapter that dereferences to the first value of a pair iterator. More...
#include <IteratorAdapters.h>
Public Types | |
typedef PairIterator::value_type::first_type | value_type |
Public Member Functions | |
PairFirstIterator () | |
PairFirstIterator (PairIterator it) | |
PairFirstIterator & | operator++ () |
const value_type & | operator* () const |
bool | operator== (const PairFirstIterator &it) const |
bool | operator!= (const PairFirstIterator &it) const |
Iterator adapter that dereferences to the first value of a pair iterator.
typedef PairIterator::value_type::first_type molecular::util::PairFirstIterator< PairIterator >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |