[#FB_NOT_NULL_MK_OP] = FB_NOT_NULL_MK_OP :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define FB_NOT_NULL_MK_OP(op) ---- == Parameters [cols="1,4"] |=== | Name| Description | *op* | The comparison operator token to generate overloads for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#