Search Results

Documentation

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.

Definition at line 82 of file 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
 

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 85 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 84 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 87 of file clone.h.


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