[#bsl-operator_3way-0d1] = xref:bsl.adoc[bsl]::operator<=> :relfileprefix: ../ :mrdocs: Perform a three‐way comparison of the specified `value` and `nullopt`; return the result of that comparison. This function can be called in constant expressions only if `t_TYPE` is not allocator‐aware. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_TYPE> constexpr std::strong_ordering operator<=>( xref:bsl/optional-072.adoc[bsl::optional<t_TYPE>] const& value, xref:bsl/nullopt_t.adoc[bsl::nullopt_t]) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#