[#bsl-operator_3way-0412] = xref:bsl.adoc[bsl]::operator<=> :relfileprefix: ../ :mrdocs: Perform a three‐way comparison of the specified `ptr` and null pointer by using the comparison operators of `TYPE *`; return the result of that comparison. == Synopsis Declared in `<bslstl_sharedptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> std::strong_ordering operator<=>( xref:bsl/shared_ptr-0a.adoc[shared_ptr<TYPE>] const& ptr, xref:bsl/nullptr_t-08.adoc[nullptr_t]) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#