helib::shallow_clone< X > Class Template Reference
Shallow copy: initialize with copy constructor. More...
#include <clonedPtr.h>
Static Public Member Functions | |
static X * | apply (const X *x) |
Detailed Description
template<typename X>
class helib::shallow_clone< X >
Shallow copy: initialize with copy constructor.
- Template Parameters
-
X The class to which this points
Member Function Documentation
◆ apply()
template<typename X >
|
inlinestatic |