rts_alloc::equals

比较是否相等来缓存。

bool equals(const sync<_Cache>& _Other) const;

参数

参数

说明

_Cache

缓存对象与筛选器。

_Other

比较缓存的对象是否相等。

备注

true,如果 caches[0].equals(other.caches[0])的结果;否则,返回 false。 caches 数组表示缓存对象。

要求

页眉: <分配程序>

**命名空间:**stdext