description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: sync_per_container Class |
sync_per_container Class |
11/04/2016 |
|
|
0b4b2904-b668-4d94-a422-d4f919cbffab |
Describes a synchronization filter that provides a separate cache object for each allocator object.
template <class Cache>
class sync_per_container
: public Cache
Cache
The type of cache associated with the synchronization filter. It can be cache_chunklist
, cache_freelist
, or cache_suballoc
.
Member function | Description |
---|---|
equals | Compares two caches for equality. |
Header: <allocators>
Namespace: stdext
Compares two caches for equality.
bool equals(const sync_per_container<Cache>& Other) const;
Cache
The cache object of the synchronization filter.
Other
The cache object to compare for equality.
The member function always returns false
.