|
BDE 4.39.x Production Release
|
Provide an in-core value-semantic class to call a delete function.
Provide an in-core value-semantic class to call a delete function.
This component provides a single, complex-constrained in-core value-semantic attribute class, bslma::ManagedPtrDeleter, that is used to store a bound function call for a "factory" to destroy an object.
Address of the object to be destroyed by the factory.
Address of the factory object that is responsible for destroying
object.
Address of the function that restores the erased types of
objectandfactory, and invokes thefactorymethod to destroyobject.