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

Synopsis

Declared in <bslma_stdtestallocator.h>

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

Description

Return true if the specified rhs is a proxy for the specified lhs, and false otherwise.

Return Value

true if rhs is a proxy for lhs.

Parameters

Name

Description

lhs

The left‐hand test allocator pointer operand.

rhs

The right‐hand test allocator operand.

Created with MrDocs