operator!= (<allocators>)
測試指定類別的配置器物件之間是否不相等。
template <class Type, class Sync>
bool operator!=(
const allocator_base<Type, Sync>& _Left,
const allocator_base<Type, Sync>& _Right
);
參數
參數 |
說明 |
---|---|
_Left |
一個配置器物件為不相等測試。 |
_Right |
一個配置器物件為不相等測試。 |
傳回值
true 配置器,如果物件不相等; false ,如果配置器物件。
備註
範本運算子會傳回 !(_Left == _Right)。
需求
標題: <配置器>
**命名空間:**stdext