Open CASCADE Technology 6.6.0
Data Structures | Functions
NCollection_StdAllocator.hxx File Reference
#include <NCollection_BaseAllocator.hxx>

Data Structures

class  NCollection_StdAllocator< T >
 Implements allocator requirements as defined in ISO C++ Standard 2003, section 20.1.5. More...
struct  NCollection_StdAllocator< T >::rebind< U >
class  NCollection_StdAllocator< void >
 Implements specialization NCollection_StdAllocator<void>. More...
struct  NCollection_StdAllocator< void >::rebind< U >

Functions

template<typename T , typename U >
bool operator== (const NCollection_StdAllocator< T > &X, const NCollection_StdAllocator< U > &Y)
template<typename T , typename U >
bool operator!= (const NCollection_StdAllocator< T > &X, const NCollection_StdAllocator< U > &Y)

Function Documentation

template<typename T , typename U >
bool operator!= ( const NCollection_StdAllocator< T > &  X,
const NCollection_StdAllocator< U > &  Y 
) [inline]
template<typename T , typename U >
bool operator== ( const NCollection_StdAllocator< T > &  X,
const NCollection_StdAllocator< U > &  Y 
) [inline]
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines