STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
stdext::allocators::sync_per_container< _Cache > Class Template Reference
Inheritance diagram for stdext::allocators::sync_per_container< _Cache >:

Public Member Functions

bool equals (const sync_per_container< _Cache > &) const
 

Member Function Documentation

template<class _Cache >
bool stdext::allocators::sync_per_container< _Cache >::equals ( const sync_per_container< _Cache > &  ) const
inline
112  { // per-container allocators never share memory blocks
113  return (false);
114  }

The documentation for this class was generated from the following file: