[#BloombergLP-bdlb-operator_ge-09fe] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator>= :relfileprefix: ../../ :mrdocs: Return whether `rhs` is null. == Synopsis Declared in `<bdlb_nullablevalueref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> bool operator>=( xref:bsl/nullopt_t.adoc[bsl::nullopt_t] const& lhs, xref:BloombergLP/bdlb/ConstNullableValueRef.adoc[ConstNullableValueRef<TYPE>] const& rhs) noexcept; ---- == Description Return `true` if the specified `rhs` is null, and `false` otherwise. == Return Value `true` if the specified `rhs` is null, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | nullopt sentinel | *rhs* | nullable reference to test |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#