Compares two SysAllocator instances for inequality.

Synopsis

Declared in <folly/memory/Allocator.h>

bool
operator!=(
    Self const& a,
    Self const& b) noexcept;

Return Value

Always false, since all instances are interchangeable.

Parameters

Name

Description

a

The first allocator.

b

The second allocator.

Created with MrDocs