BloombergLP::bslma::operator!=

Return true unless the specified rhs is a proxy for lhs.

Synopsis

Declared in <bslma_stdtestallocator.h>

template<class TYPE>
bool
operator!=(
    TestAllocator const* lhs,
    StdTestAllocator<TYPE> const& rhs);

Description

Return true unless the specified rhs is a proxy for the specified lhs, in which case return false.

Return Value

true unless rhs is a proxy for lhs.

Parameters

NameDescription
lhsThe left-hand test allocator pointer operand.
rhsThe right-hand test allocator operand.