FB_NOT_NULL_MK_OP

Comparison: - Forwards to underlying PtrT. - Works when one of the operands is not not_null. - Works when one of the operands is nullptr.

Synopsis

Declared in <folly/memory/not_null.h>

#define FB_NOT_NULL_MK_OP(op)

Parameters

NameDescription
opThe comparison operator token to generate overloads for.