Compares two allocators for inequality.
Synopsis
Declared in <folly/memory/ReentrantAllocator.h>
bool
operator!=(
reentrant_allocator<A> const& a,
reentrant_allocator<B> const& b) noexcept;
Return Value
true if the allocators do not share state.
Parameters
Name |
Description |
a |
The first allocator. |
b |
The second allocator. |
Created with MrDocs