Return whether two allocator adaptors do not compare equal.
Synopsis
Declared in <bsltf_stdallocatoradaptor.h>
template<
class TYPE1,
class TYPE2>
bool
operator!=(
StdAllocatorAdaptor<TYPE1> const& lhs,
StdAllocatorAdaptor<TYPE2> const& rhs);
Description
Return true if the specified lhs and rhs adaptors are not equal and false otherwise. Two allocator adaptor instances are not equal if their associated allocator instances are not equal.
Return Value
true if lhs and rhs do not compare equal, else false
Parameters
Name |
Description |
lhs |
left‐hand allocator adaptor |
rhs |
right‐hand allocator adaptor |
Created with MrDocs