BDE 4.14.0 Production release
|
Macros | |
#define | bslalg_AutoScalarDestructor bslalg::AutoScalarDestructor |
This alias is defined for backward compatibility. | |
Provide a proctor for destroying an object.
This component provides a proctor object to manage an otherwise-unmanaged instance of a user-defined type. If not explicitly released, the instance managed by the proctor object is automatically destroyed by the proctor's destructor, using the bslma::DestructionUtil
utility.
#define bslalg_AutoScalarDestructor bslalg::AutoScalarDestructor |