比较相等的两个缓存。
bool equals(const sync<_Cache>& _Other) const;
参数
Parameter |
说明 |
---|---|
_Cache |
缓存对象与筛选器。 |
_Other |
比较的缓存对象用于相等。 |
备注
true,如果 caches[0].equals(other.caches[0])的结果;否则,false。caches 表示一些缓存对象。
要求
标头: <allocators>
命名空间: stdext
比较相等的两个缓存。
bool equals(const sync<_Cache>& _Other) const;
Parameter |
说明 |
---|---|
_Cache |
缓存对象与筛选器。 |
_Other |
比较的缓存对象用于相等。 |
true,如果 caches[0].equals(other.caches[0])的结果;否则,false。caches 表示一些缓存对象。
标头: <allocators>
命名空间: stdext