STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::runtime::cloner< T, typename > Struct Template Reference

Copy constructs a new T object on heap allocated memory. More...

Static Public Member Functions

static T * apply (T const &t)
 

Detailed Description

template<typename T, typename = void>
struct stapl::runtime::cloner< T, typename >

Copy constructs a new T object on heap allocated memory.

Template Parameters
TObject type to be cloned.

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