pair< _T1, _T2 > Struct Template Reference#include <_pair.h>
List of all members.
Detailed Description
template<class _T1, class _T2>
struct pair< _T1, _T2 >
Definition at line 45 of file _pair.h.
Member Typedef Documentation
template<class _T1, class _T2>
template<class _T1, class _T2>
Constructor & Destructor Documentation
template<class _T1, class _T2>
template<class _T1, class _T2>
pair< _T1, _T2 >::pair |
( |
const _T1 & |
__a, |
|
|
const _T2 & |
__b | |
|
) |
| | [inline] |
template<class _T1, class _T2>
Member Data Documentation
template<class _T1, class _T2>
Definition at line 49 of file _pair.h.
Referenced by __money_do_get(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::count(), set< _Key,, >::equal_range(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::equal_range(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::equal_range_unique(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::erase(), set< _Key,, >::insert(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique_noresize(), ios_base::iword(), multimap< _Key, _Tp,, >::value_compare::operator()(), map< _Key, _Tp,, >::value_compare::operator()(), operator==(), ios_base::pword(), and ios_base::register_callback().
template<class _T1, class _T2>
Definition at line 50 of file _pair.h.
Referenced by __money_do_get(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::count(), set< _Key,, >::equal_range(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::equal_range(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::equal_range_unique(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::erase(), set< _Key,, >::insert(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique(), hashtable< _Val, _Key, _HF, _Traits, _ExK, _EqK, _All >::insert_unique_noresize(), ios_base::iword(), operator==(), ios_base::pword(), and ios_base::register_callback().
The documentation for this struct was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_pair.h
Generated on Mon Mar 10 15:33:02 2008 by
1.5.1
|