Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::Cloner< T, Enabler > Struct Template Reference

The Cloner template provides a method to clone user types. More...

#include <DataStorm/DataStorm.h>

Static Public Member Functions

static T clone (const T &value) noexcept
 Clones the given value.

Detailed Description

template<typename T, typename Enabler = void>
struct DataStorm::Cloner< T, Enabler >

The Cloner template provides a method to clone user types.

The cloner template can be specialized to provide cloning for types that require special cloning. By default, the template uses plain C++ copy.

Definition at line 179 of file Types.h.


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