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

Cloner that invokes the copy constructor and new operator. More...

Detailed Description

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

Cloner that invokes the copy constructor and new operator.

Makes a copy of the origin using the copy constructor. The resulting object is allocated with new, so the recommended deleter to use together with this cloner is OperatorDelete.


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