[#BloombergLP-bdlb-operator_gt-07a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator> :relfileprefix: ../../ :mrdocs: Return `false`. Note that `bsl::nullopt` never orders after a `NullableAllocatedValue`. == Synopsis Declared in `<bdlb_nullableallocatedvalue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator>( xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const& nullopt, xref:BloombergLP/bdlb/NullableAllocatedValue.adoc[NullableAllocatedValue<TYPE>] const& rhs) noexcept; ---- == Return Value `false` == Parameters [cols="1,4"] |=== | Name| Description | *nullopt* | disengaged‐optional tag; value is unused | *rhs* | right‐hand operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#