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

Synopsis

Declared in <bslma_managedptr.h>

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

Return Value

false if this managed pointer is empty, and true otherwise

Parameters

Name

Description

nullPointerLiteral

null‐pointer literal (unused; selects this overload)

Created with MrDocs