BloombergLP::bslma::operator!=

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

Synopsis

Declared in <bslma_stdtestallocator.h>

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

Description

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

Return Value

true unless lhs is a proxy for rhs.

Parameters

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