Create an empty managed pointer. Note that this constructor is necessary to match null‐pointer literal arguments, in order to break ambiguities and provide valid type deduction with the other constructor templates in this class.

Synopsis

Declared in <bslma_managedptr.h>

explicit
ManagedPtr(
    bsl::nullptr_t,
    bsl::nullptr_t);

Created with MrDocs