Transparent specialization of owner_less for heterogeneous ownership comparison of shared_ptr and weak_ptr.

Synopsis

Declared in <bslstl_ownerless.h>

template<>
struct owner_less<void>;

Type Aliases

Name

Description

is_transparent

Type alias indicating this is a transparent comparator.

Member Functions

Name

Description

operator()

Return true if the ownership of a is ordered before that of b.

Created with MrDocs