Return true if this weak pointer precedes other in owner order.

Synopsis

Declared in <bslstl_sharedptr.h>

template<class ANY_TYPE>
bool
owner_before(shared_ptr<ANY_TYPE> const& other) const noexcept;

Created with MrDocs