TiledArray  0.7.0
TiledArray::tile_interface::clone_trait< Arg, Enabler > Struct Template Reference

Internal clone trait. More...

#include <clone.h>

Public Types

typedef Arg type
 

Detailed Description

template<typename Arg, typename Enabler = void>
struct TiledArray::tile_interface::clone_trait< Arg, Enabler >

Internal clone trait.

This trait class is used to determine the default output type for tile clone operations. This version of clone_trait is used for tile types where a clone is NOT function defined.

Template Parameters
ArgThe argument type to be cloned

Definition at line 58 of file clone.h.

Member Typedef Documentation

◆ type

template<typename Arg, typename Enabler = void>
typedef Arg TiledArray::tile_interface::clone_trait< Arg, Enabler >::type

Definition at line 59 of file clone.h.


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