Function object that compares shared_ptr/`weak_ptr` owner equality.

Synopsis

Declared in <bslstl_ownerequal.h>

struct owner_equal;

Type Aliases

Name

Description

is_transparent

Type alias indicating this is a transparent comparator.

Member Functions

Name

Description

operator()

Return true if x and y share the same ownership representation.

Created with MrDocs