Destroy the managed object (if any) and reset this pointer to empty.

Synopsis

Declared in <bslma_managedptr.h>

ManagedPtr<TARGET_TYPE>&
operator=(bsl::nullptr_t nullPointerLiteral);

Return Value

reference to this managed pointer

Parameters

Name

Description

nullPointerLiteral

null‐pointer literal (unused; selects this overload)

Created with MrDocs