Return true if the specified lhs is a proxy for the specified rhs.
Declared in <bslma_stdtestallocator.h>
template<class TYPE>
bool
operator==(
StdTestAllocator<TYPE> const& lhs,
TestAllocator const* rhs);
Return true if the specified lhs is a proxy for the specified rhs, and false otherwise.
true if lhs is a proxy for rhs.
| Name | Description |
|---|---|
| lhs | The left-hand test allocator operand. |
| rhs | The right-hand test allocator pointer operand. |