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
Name |
Description |
nullPointerLiteral |
null‐pointer literal (unused; selects this overload) |
Created with MrDocs