owner_less& operator=(const owner_less& rhs) = default;

Synopsis

Declared in <bslstl_ownerless.h>

template<
    class ELEMENT_TYPE_A,
    class ELEMENT_TYPE_B>
bool
operator()(
    shared_ptr<ELEMENT_TYPE_A> const& a,
    shared_ptr<ELEMENT_TYPE_B> const& b) const noexcept;

Created with MrDocs