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

Synopsis

Declared in <bslma_stdtestallocator.h>

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

Created with MrDocs