TiledArray::ShiftTo< Result, Arg > Class Template Reference
Inheritance diagram for TiledArray::ShiftTo< Result, Arg >:
Collaboration diagram for TiledArray::ShiftTo< Result, Arg >:

Documentation

template<typename Result, typename Arg>
class TiledArray::ShiftTo< Result, Arg >

Shift the range of tile in place.

This operation shifts the range of a tile without copying or otherwise modifying the tile data.

Template Parameters
ResultThe result tile type
ArgumentThe argument tile type

Definition at line 192 of file shift.h.

Additional Inherited Members

- Public Types inherited from TiledArray::tile_interface::ShiftTo< Result, Arg >
typedef Result result_type
 Result tile type. More...
 
typedef Arg argument_type
 Argument tile type. More...
 
- Public Member Functions inherited from TiledArray::tile_interface::ShiftTo< Result, Arg >
result_type operator() (argument_type &arg, const Index &range_shift) const
 

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