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
XThe class to which this points

Member Function Documentation

◆ apply()

template<typename X >
static X* helib::shallow_clone< X >::apply ( const X *  x)
inlinestatic