Definition at line 72 of file stl_pair.h.
typedef _T1 std::pair< _T1, _T2 >::first_type |
typedef _T2 std::pair< _T1, _T2 >::second_type |
The default constructor creates first
and second
using their respective default constructors.
Definition at line 84 of file stl_pair.h.
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.
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.
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().
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().