|
libstdc++
|

A pair of iterators. The usual iterator operations are applied to both child iterators.
typedef _T2 std::pair::second_type [inherited] |
first_type is the first bound type
Definition at line 90 of file stl_pair.h.
_T1 std::pair::first [inherited] |
second_type is the second bound type
Definition at line 92 of file stl_pair.h.
_T2 std::pair::second [inherited] |
first is a copy of the first object
Definition at line 93 of file stl_pair.h.