TiledArray  0.7.0
TiledArray::tile_interface::Clone< Result, Arg, Enabler > Class Template Reference

#include <clone.h>

Public Types

typedef Result result_type
 Result tile type. More...
 
typedef Arg argument_type
 Argument tile type. More...
 

Public Member Functions

result_type operator() (const argument_type &arg) const
 

Detailed Description

template<typename Result, typename Arg, typename Enabler = void>
class TiledArray::tile_interface::Clone< Result, Arg, Enabler >

Clone a tile using the clone function. Here we rely on ADL to select the correct clone function.

Template Parameters
ResultThe result tile type
ArgumentThe argument tile type

Definition at line 85 of file clone.h.

Member Typedef Documentation

◆ argument_type

template<typename Result, typename Arg, typename Enabler = void>
typedef Arg TiledArray::tile_interface::Clone< Result, Arg, Enabler >::argument_type

Argument tile type.

Definition at line 89 of file clone.h.

◆ result_type

template<typename Result, typename Arg, typename Enabler = void>
typedef Result TiledArray::tile_interface::Clone< Result, Arg, Enabler >::result_type

Result tile type.

Definition at line 88 of file clone.h.

Member Function Documentation

◆ operator()()

template<typename Result, typename Arg, typename Enabler = void>
result_type TiledArray::tile_interface::Clone< Result, Arg, Enabler >::operator() ( const argument_type arg) const
inline

Definition at line 91 of file clone.h.


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