Create a ManagedPtr_Ref object having the specified base value for its base attribute, and the specified target for its target attribute. Note that target (but not base) may be null.

Synopsis

Declared in <bslma_managedptr.h>

ManagedPtr_Ref(
    ManagedPtr_Members* base,
    TARGET_TYPE* target);

Created with MrDocs