Deleter that invokes the delete operator. More...
Deleter that invokes the delete operator.
If you use this deleter, ensure that the object has been allocated with new. Note that for CopiedPtr, also the cloner has to return a copy allocated with new (like OperatorNewCopy). The type T shall be complete at the time of deletion.