Whole document tree std::pair< _T1, _T2 > Struct Template Referencepair holds two objects of arbitrary type. More...
Inheritance diagram for std::pair: ![]()
Detailed Descriptiontemplate<class _T1, class _T2>
pair holds two objects of arbitrary type.
|
|
Definition at line 70 of file stl_pair.h. |
|
Definition at line 71 of file stl_pair.h. |
|
Definition at line 81 of file stl_pair.h. |
|
Two objects may be passed to a Definition at line 84 of file stl_pair.h. |
|
There is also a templated copy ctor for the Definition at line 88 of file stl_pair.h. |
|
Definition at line 73 of file stl_pair.h. Referenced by std::set< _Key, _Compare, _Alloc >::insert(), std::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert(), std::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert_noresize(), std::operator==(), and std::pair< _Iterator, _Iterator >::pair(). |
|
Definition at line 74 of file stl_pair.h. Referenced by std::set< _Key, _Compare, _Alloc >::insert(), std::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert(), std::hash_set< _Value, _HashFcn, _EqualKey, _Alloc >::insert_noresize(), std::operator==(), and std::pair< _Iterator, _Iterator >::pair(). |