sync_shared::equals
可比較相等的兩個快取。
bool equals(const sync_shared<Cache>& Other) const;
參數
參數 |
描述 |
---|---|
Cache |
快取同步處理篩選器相關聯的型別。 |
Other |
要比較相等的快取。 |
傳回值
true如果結果cache.equals(Other.cache),其中cache代表快取物件,是true。 否則, false。
需求
標頭: <allocators>
Namespace: stdext