[#bsl-owner_less-07-operator_call-03] = xref:bsl.adoc[bsl]::xref:bsl/owner_less-07.adoc[owner_less<shared_ptr<ELEMENT_TYPE>>]::operator() :relfileprefix: ../../ :mrdocs: Return `true` if the address of the `BloombergLP::bslma::SharedPtrRep` object used by the specified `a` is ordered before the address of the `BloombergLP::bslma::SharedPtrRep` object used by the specified `b` under the total ordering supplied by `std::less<BloombergLP::bslma::SharedPtrRep *>`, and `false` otherwise. == Synopsis Declared in `<bslstl_ownerless.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()( xref:bsl/weak_ptr-0d.adoc[weak_ptr<ELEMENT_TYPE>] const& a, xref:bsl/shared_ptr-0a.adoc[shared_ptr<ELEMENT_TYPE>] const& b) const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#