std::pair< _T1, _T2 > Struct Template Reference

Inheritance diagram for std::pair< _T1, _T2 >:

Inheritance graph
List of all members.

Detailed Description

template<class _T1, class _T2>
struct std::pair< _T1, _T2 >

pair holds two objects of arbitrary type.

Definition at line 72 of file stl_pair.h.

Public Types

Public Member Functions

Public Attributes


Member Typedef Documentation

template<class _T1, class _T2>
typedef _T1 std::pair< _T1, _T2 >::first_type

first_type is the first bound type

Definition at line 74 of file stl_pair.h.

template<class _T1, class _T2>
typedef _T2 std::pair< _T1, _T2 >::second_type

second_type is the second bound type

Definition at line 75 of file stl_pair.h.


Constructor & Destructor Documentation

template<class _T1, class _T2>
std::pair< _T1, _T2 >::pair (  )  [inline]

The default constructor creates first and second using their respective default constructors.

Definition at line 84 of file stl_pair.h.

template<class _T1, class _T2>
std::pair< _T1, _T2 >::pair ( const _T1 &  __a,
const _T2 &  __b 
) [inline]

Two objects may be passed to a pair constructor to be copied.

Definition at line 88 of file stl_pair.h.

template<class _T1, class _T2>
template<class _U1, class _U2>
std::pair< _T1, _T2 >::pair ( const pair< _U1, _U2 > &  __p  )  [inline]

There is also a templated copy ctor for the pair class itself.

Definition at line 104 of file stl_pair.h.


Member Data Documentation

template<class _T1, class _T2>
_T1 std::pair< _T1, _T2 >::first

first is a copy of the first object

Definition at line 77 of file stl_pair.h.

Referenced by std::__pair_get< 0 >::__const_get(), std::__pair_get< 0 >::__get(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::_M_can_advance(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::_M_valid_range(), std::_Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer(), __gnu_parallel::copy_tail(), std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::count(), std::__debug::set< _Key, _Compare, _Allocator >::equal_range(), std::__debug::multiset< _Key, _Compare, _Allocator >::equal_range(), std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >::equal_range(), std::__debug::map< _Key, _Tp, _Compare, _Allocator >::equal_range(), std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase(), std::__debug::multiset< _Key, _Compare, _Allocator >::erase(), std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >::erase(), std::set< _Key, _Compare, _Alloc >::insert(), std::__debug::set< _Key, _Compare, _Allocator >::insert(), std::__debug::map< _Key, _Tp, _Compare, _Allocator >::insert(), std::_Hashtable< _Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, __unique_keys >::insert(), __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert(), __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert_noresize(), std::multimap< _Key, _Tp, _Compare, _Alloc >::value_compare::operator()(), std::map< _Key, _Tp, _Compare, _Alloc >::value_compare::operator()(), __gnu_parallel::lexicographic_reverse< T1, T2, Comparator >::operator()(), __gnu_parallel::lexicographic< T1, T2, Comparator >::operator()(), __gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory >::operator-(), std::tr1::tuple< _T1, _T2 >::operator=(), std::tuple< _T1, _T2 >::operator=(), __gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory >::operator=(), std::operator==(), and __gnu_parallel::parallel_set_operation().

template<class _T1, class _T2>
_T2 std::pair< _T1, _T2 >::second

second is a copy of the second object

Definition at line 78 of file stl_pair.h.

Referenced by std::__pair_get< 1 >::__const_get(), std::__pair_get< 1 >::__get(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::_M_can_advance(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::_M_valid_range(), std::_Temporary_buffer< _ForwardIterator, _Tp >::_Temporary_buffer(), __gnu_parallel::copy_tail(), std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::count(), std::__debug::set< _Key, _Compare, _Allocator >::equal_range(), std::__debug::multiset< _Key, _Compare, _Allocator >::equal_range(), std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >::equal_range(), std::__debug::map< _Key, _Tp, _Compare, _Allocator >::equal_range(), std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::erase(), std::__debug::multiset< _Key, _Compare, _Allocator >::erase(), std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >::erase(), std::set< _Key, _Compare, _Alloc >::insert(), std::__debug::set< _Key, _Compare, _Allocator >::insert(), std::__debug::map< _Key, _Tp, _Compare, _Allocator >::insert(), std::_Hashtable< _Key, _Value, _Allocator, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, __cache_hash_code, __constant_iterators, __unique_keys >::insert(), __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert(), __gnu_cxx::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert_noresize(), __gnu_parallel::lexicographic_reverse< T1, T2, Comparator >::operator()(), __gnu_parallel::lexicographic< T1, T2, Comparator >::operator()(), std::tr1::tuple< _T1, _T2 >::operator=(), std::tuple< _T1, _T2 >::operator=(), __gnu_parallel::iterator_pair< Iterator1, Iterator2, IteratorCategory >::operator=(), std::operator==(), and __gnu_parallel::parallel_set_operation().


The documentation for this struct was generated from the following file:
Generated on Wed Mar 26 00:44:49 2008 for libstdc++ by  doxygen 1.5.1