map< _Key, _Tp,, > Class Template Reference

#include <_map.h>

List of all members.

Public Types

typedef _Key key_type
typedef _Tp data_type
typedef _Tp mapped_type
typedef pair< const _Key,
_Tp > 
value_type
typedef _Compare key_compare
typedef _STLP_PRIV _Rb_tree<
key_type, key_compare, value_type,
_STLP_SELECT1ST(value_type,
_Key), _MapTraits, _Alloc > 
_Rep_type
typedef _Rep_type::pointer pointer
typedef _Rep_type::const_pointer const_pointer
typedef _Rep_type::reference reference
typedef _Rep_type::const_reference const_reference
typedef _Rep_type::iterator iterator
typedef _Rep_type::const_iterator const_iterator
typedef _Rep_type::reverse_iterator reverse_iterator
typedef _Rep_type::const_reverse_iterator const_reverse_iterator
typedef _Rep_type::size_type size_type
typedef _Rep_type::difference_type difference_type
typedef _Rep_type::allocator_type allocator_type

Public Member Functions

 map ()
 map (const _Compare &__comp, const allocator_type &__a=allocator_type())
 map (const value_type *__first, const value_type *__last)
 map (const value_type *__first, const value_type *__last, const _Compare &__comp, const allocator_type &__a=allocator_type())
 map (const_iterator __first, const_iterator __last)
 map (const_iterator __first, const_iterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type())
 map (const _Self &__x)
 map (__move_source< _Self > src)
_Selfoperator= (const _Self &__x)
key_compare key_comp () const
value_compare value_comp () const
allocator_type get_allocator () const
iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const
reverse_iterator rbegin ()
const_reverse_iterator rbegin () const
reverse_iterator rend ()
const_reverse_iterator rend () const
bool empty () const
size_type size () const
size_type max_size () const
_STLP_TEMPLATE_FOR_CONT_EXT
_Tp & 
operator[] (const _KT &__k)
void swap (_Self &__x)
pair< iterator, bool > insert (const value_type &__x)
iterator insert (iterator __pos, const value_type &__x)
void insert (const value_type *__first, const value_type *__last)
void insert (const_iterator __first, const_iterator __last)
void erase (iterator __pos)
size_type erase (const key_type &__x)
void erase (iterator __first, iterator __last)
void clear ()
_STLP_TEMPLATE_FOR_CONT_EXT
iterator 
find (const _KT &__x)
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator 
find (const _KT &__x) const
_STLP_TEMPLATE_FOR_CONT_EXT
size_type 
count (const _KT &__x) const
_STLP_TEMPLATE_FOR_CONT_EXT
iterator 
lower_bound (const _KT &__x)
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator 
lower_bound (const _KT &__x) const
_STLP_TEMPLATE_FOR_CONT_EXT
iterator 
upper_bound (const _KT &__x)
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator 
upper_bound (const _KT &__x) const
_STLP_TEMPLATE_FOR_CONT_EXT
pair< iterator, iterator
equal_range (const _KT &__x)
_STLP_TEMPLATE_FOR_CONT_EXT
pair< const_iterator, const_iterator
equal_range (const _KT &__x) const

Protected Types

typedef _STLP_PRIV _MapTraitsT<
value_type
_MapTraits

Classes

class  value_compare


Detailed Description

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >), _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp)>
class map< _Key, _Tp,, >

Definition at line 44 of file _map.h.


Member Typedef Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Key map< _Key, _Tp,, >::key_type

Definition at line 54 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Tp map< _Key, _Tp,, >::data_type

Definition at line 55 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Tp map< _Key, _Tp,, >::mapped_type

Definition at line 56 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef pair<const _Key, _Tp> map< _Key, _Tp,, >::value_type

Definition at line 57 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Compare map< _Key, _Tp,, >::key_compare

Definition at line 58 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _STLP_PRIV _MapTraitsT<value_type> map< _Key, _Tp,, >::_MapTraits [protected]

Definition at line 73 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _STLP_PRIV _Rb_tree<key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, _Key), _MapTraits, _Alloc> map< _Key, _Tp,, >::_Rep_type

Definition at line 79 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::pointer map< _Key, _Tp,, >::pointer

Definition at line 81 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::const_pointer map< _Key, _Tp,, >::const_pointer

Definition at line 82 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::reference map< _Key, _Tp,, >::reference

Definition at line 83 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::const_reference map< _Key, _Tp,, >::const_reference

Definition at line 84 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::iterator map< _Key, _Tp,, >::iterator

Definition at line 85 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::const_iterator map< _Key, _Tp,, >::const_iterator

Definition at line 86 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::reverse_iterator map< _Key, _Tp,, >::reverse_iterator

Definition at line 87 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::const_reverse_iterator map< _Key, _Tp,, >::const_reverse_iterator

Definition at line 88 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::size_type map< _Key, _Tp,, >::size_type

Definition at line 89 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::difference_type map< _Key, _Tp,, >::difference_type

Definition at line 90 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
typedef _Rep_type::allocator_type map< _Key, _Tp,, >::allocator_type

Definition at line 91 of file _map.h.


Constructor & Destructor Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map (  )  [inline]

Definition at line 99 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const _Compare &  __comp,
const allocator_type __a = allocator_type() 
) [inline, explicit]

Definition at line 101 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const value_type __first,
const value_type __last 
) [inline]

Definition at line 128 of file _map.h.

References __last.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const value_type __first,
const value_type __last,
const _Compare &  __comp,
const allocator_type __a = allocator_type() 
) [inline]

Definition at line 132 of file _map.h.

References __last.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const_iterator  __first,
const_iterator  __last 
) [inline]

Definition at line 137 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const_iterator  __first,
const_iterator  __last,
const _Compare &  __comp,
const allocator_type __a = allocator_type() 
) [inline]

Definition at line 141 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( const _Self __x  )  [inline]

Definition at line 146 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
map< _Key, _Tp,, >::map ( __move_source< _Self src  )  [inline]

Definition at line 148 of file _map.h.


Member Function Documentation

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_Self& map< _Key, _Tp,, >::operator= ( const _Self __x  )  [inline]

Definition at line 151 of file _map.h.

References map< _Key, _Tp,, >::_M_t.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
key_compare map< _Key, _Tp,, >::key_comp (  )  const [inline]

Definition at line 157 of file _map.h.

Referenced by map< _Key, _Tp,, >::operator[]().

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
value_compare map< _Key, _Tp,, >::value_comp (  )  const [inline]

Definition at line 158 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
allocator_type map< _Key, _Tp,, >::get_allocator (  )  const [inline]

Definition at line 159 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
iterator map< _Key, _Tp,, >::begin (  )  [inline]

Definition at line 161 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
const_iterator map< _Key, _Tp,, >::begin (  )  const [inline]

Definition at line 162 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
iterator map< _Key, _Tp,, >::end (  )  [inline]

Definition at line 163 of file _map.h.

Referenced by map< _Key, _Tp,, >::operator[]().

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
const_iterator map< _Key, _Tp,, >::end (  )  const [inline]

Definition at line 164 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
reverse_iterator map< _Key, _Tp,, >::rbegin (  )  [inline]

Definition at line 165 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
const_reverse_iterator map< _Key, _Tp,, >::rbegin (  )  const [inline]

Definition at line 166 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
reverse_iterator map< _Key, _Tp,, >::rend (  )  [inline]

Definition at line 167 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
const_reverse_iterator map< _Key, _Tp,, >::rend (  )  const [inline]

Definition at line 168 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
bool map< _Key, _Tp,, >::empty (  )  const [inline]

Definition at line 169 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
size_type map< _Key, _Tp,, >::size (  )  const [inline]

Definition at line 170 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
size_type map< _Key, _Tp,, >::max_size (  )  const [inline]

Definition at line 171 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT _Tp& map< _Key, _Tp,, >::operator[] ( const _KT &  __k  )  [inline]

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::swap ( _Self __x  )  [inline]

Definition at line 180 of file _map.h.

References map< _Key, _Tp,, >::_M_t.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
pair<iterator,bool> map< _Key, _Tp,, >::insert ( const value_type __x  )  [inline]

Definition at line 183 of file _map.h.

Referenced by map< _Key, _Tp,, >::operator[]().

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
iterator map< _Key, _Tp,, >::insert ( iterator  __pos,
const value_type __x 
) [inline]

Definition at line 185 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::insert ( const value_type __first,
const value_type __last 
) [inline]

Definition at line 192 of file _map.h.

References __last.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::insert ( const_iterator  __first,
const_iterator  __last 
) [inline]

Definition at line 194 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::erase ( iterator  __pos  )  [inline]

Definition at line 198 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
size_type map< _Key, _Tp,, >::erase ( const key_type __x  )  [inline]

Definition at line 199 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::erase ( iterator  __first,
iterator  __last 
) [inline]

Definition at line 200 of file _map.h.

References __last.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
void map< _Key, _Tp,, >::clear (  )  [inline]

Definition at line 201 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator map< _Key, _Tp,, >::find ( const _KT &  __x  )  [inline]

Definition at line 205 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator map< _Key, _Tp,, >::find ( const _KT &  __x  )  const [inline]

Definition at line 207 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT size_type map< _Key, _Tp,, >::count ( const _KT &  __x  )  const [inline]

Definition at line 209 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator map< _Key, _Tp,, >::lower_bound ( const _KT &  __x  )  [inline]

Definition at line 211 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator map< _Key, _Tp,, >::lower_bound ( const _KT &  __x  )  const [inline]

Definition at line 213 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator map< _Key, _Tp,, >::upper_bound ( const _KT &  __x  )  [inline]

Definition at line 215 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator map< _Key, _Tp,, >::upper_bound ( const _KT &  __x  )  const [inline]

Definition at line 217 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT pair<iterator,iterator> map< _Key, _Tp,, >::equal_range ( const _KT &  __x  )  [inline]

Definition at line 220 of file _map.h.

template<class _Key, class _Tp, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_PAIR_ALLOCATOR_SELECT(const _Key, _Tp) >
_STLP_TEMPLATE_FOR_CONT_EXT pair<const_iterator,const_iterator> map< _Key, _Tp,, >::equal_range ( const _KT &  __x  )  const [inline]

Definition at line 223 of file _map.h.


The documentation for this class was generated from the following file:
  • /home/ntakagi/work/STLport-5.1.5/stlport/stl/_map.h



Generated on Mon Mar 10 15:33:01 2008 by  doxygen 1.5.1