Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Tests for inequality between allocator objects of a specified class.
template <class Type, class Sync>
bool operator!=(
const allocator_base<Type, Sync>& _Left,
const allocator_base<Type, Sync>& _Right
);
Parameter |
Description |
|---|---|
_Left |
One of the allocator objects to be tested for inequality. |
_Right |
One of the allocator objects to be tested for inequality. |
true if the allocator objects are not equal; false if allocator objects are equal.
The template operator returns !(_Left == _Right).
Header: <allocators>
Namespace: stdext