|
TiledArray
0.7.0
|
Shift the range of tile in place. More...
#include <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 |
Shift the range of tile in place.
This operation shifts the range of a tile without copying or otherwise modifying the tile data.
| Result | The result tile type |
| Argument | The argument tile type |