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
Name |
Description |
op |
The comparison operator token to generate overloads for. |
Created with MrDocs