Set this guard object to manage the specified object, thereby releasing from management any object currently managed by this proctor, if any.

Synopsis

Declared in <bslalg_autoscalardestructor.h>

void
reset(OBJECT_TYPE* object);

Parameters

Name

Description

object

address of the object to manage, or null

Created with MrDocs