다음을 통해 공유


operator!=(<allocators>)

지정된 클래스의 할당자 개체가 다른지 테스트합니다.

template <class Type, class Sync>
    bool operator!=(
        const allocator_base<Type, Sync>& _Left,
        const allocator_base<Type, Sync>& _Right
    );

매개 변수

Parameter

설명

_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>

네임스페이스: stdext

참고 항목

참조

<allocators>