List of all members
aurora::OperatorDelete< T > Struct Template Reference

Deleter that invokes the delete operator. More...

Detailed Description

template<typename T>
struct aurora::OperatorDelete< T >

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.


The documentation for this struct was generated from the following file: