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

Documentation

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 59 of file clone.h.

Public Types

typedef Arg type
 

Member Typedef Documentation

◆ type

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

Definition at line 60 of file clone.h.


The documentation for this struct was generated from the following file:
  • TiledArray/tile_interface/clone.h