sync_per_thread::equals

比较相等的两个缓存。

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

参数

Parameter

说明

Cache

同步筛选器的缓存对象。

Other

比较的缓存对象用于相等。

返回值

false ,如果缓存对象未分配给此对象或者在当前线程的 Other 。否则它返回将 operator== 的结果于两个缓存对象。

要求

**标题:**allocators

命名空间: stdext

请参见

参考

sync_per_thread Class