Return true because StdTestAllocator does not hold a state.
Declared in <bsltf_stdtestallocator.h>
template<
class TYPE1,
class TYPE2>
bool
operator==(
StdTestAllocator<TYPE1> const& lhs,
StdTestAllocator<TYPE2> const& rhs);
true because StdTestAllocator does not hold a state
| Name | Description |
|---|---|
| lhs | left-hand allocator operand |
| rhs | right-hand allocator operand |