The Vish Visualization Shell 0.3
Vish
List of all members
Wizt::VValueCopyTrait< Type > Struct Template Reference

Type trait class that tells how to create a new value, given an existing one. More...

#include <ocean/plankton/VValue.hpp>

Detailed Description

template<class Type>
struct Wizt::VValueCopyTrait< Type >

Type trait class that tells how to create a new value, given an existing one.

By default, it creates a new instance of an existing type.