BloombergLP::bslma::ManagedPtr::operator==

Return true if this managed pointer is empty, and false otherwise.

Synopsis

Declared in <bslma_managedptr.h>

bool
operator==(bsl::nullptr_t nullPointerLiteral) const;

Return Value

true if this managed pointer is empty, and false otherwise

Parameters

NameDescription
nullPointerLiteralnull-pointer literal (unused; selects this overload)