TiledArray::clone_trait< Arg > Struct Template Reference
Inheritance diagram for TiledArray::clone_trait< Arg >:
Collaboration diagram for TiledArray::clone_trait< Arg >:
Documentation
template<typename Arg>
struct TiledArray::clone_trait< Arg >
Clone trait.
This class defines the default return type for a tile clone operation. The default return type is defined by the return type of the clone()
function, if it exists. Otherwise it is assumed to be Arg
type. Users may override this trait by providing a (partial) specialization for this class.
- Template Parameters
-
Arg The argument tile type
Additional Inherited Members | |
Public Types inherited from TiledArray::tile_interface::clone_trait< Arg > | |
typedef Arg | type |
The documentation for this struct was generated from the following file:
- TiledArray/tile_interface/clone.h