|
libstdc++
|

A pair of iterators. The usual iterator operations are applied to both child iterators.
Definition at line 44 of file iterator.h.
typedef Iterator1 std::pair< Iterator1 , Iterator2 >::first_type [inherited] |
first_type is the first bound type
Definition at line 69 of file stl_pair.h.
typedef Iterator2 std::pair< Iterator1 , Iterator2 >::second_type [inherited] |
second_type is the second bound type
Definition at line 70 of file stl_pair.h.
first is a copy of the first object
Definition at line 72 of file stl_pair.h.
second is a copy of the second object
Definition at line 73 of file stl_pair.h.