| 
| 
template<typename _T1 , typename _T2 >  | 
| bool  | std::operator!= (const allocator< _T1 > &, const allocator< _T2 > &) | 
|   | 
| 
template<typename _Tp >  | 
| bool  | std::operator!= (const allocator< _Tp > &, const allocator< _Tp > &) | 
|   | 
| 
template<typename _T1 , typename _T2 >  | 
| bool  | std::operator== (const allocator< _T1 > &, const allocator< _T2 > &) | 
|   | 
| 
template<typename _Tp >  | 
| bool  | std::operator== (const allocator< _Tp > &, const allocator< _Tp > &) | 
|   | 
Classes encapsulating memory operations. 
An alias to the base class for std::allocator.Used to set the std::allocator base class to __gnu_cxx::new_allocator. 
- Template Parameters
 - 
  
    | _Tp | Type of allocated object.  | 
  
   
Definition at line 48 of file c++allocator.h.