sync_per_container 类

描述为每个筛选器对象提供单独的缓存对象的同步筛选

语法

template <class Cache>
class sync_per_container
    : public Cache

参数

缓存
与同步筛选器相关联的缓存类型。 可以是 cache_chunklistcache_freelistcache_suballoc

成员函数

成员函数 说明
equals 比较两个缓存是否相等。

要求

标头:<allocators>

命名空间: stdext

sync_per_container::equals

比较两个缓存是否相等。

bool equals(const sync_per_container<Cache>& Other) const;

参数

缓存
同步筛选器的缓存对象。

其他
要用于比较是否相等的缓存对象。

返回值

此成员函数总是返回 false

备注

另请参阅

<allocators>