TiledArray  0.7.0
TiledArray::ShiftTo< Result, Arg > Class Template Reference

Shift the range of tile in place. More...

#include <shift.h>

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

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
 

Detailed Description

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 178 of file shift.h.


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