astrotypes
0.0
|
Maps indexes from one container onto another. More...
#include <src/cpp/pss/astrotypes/multiarray/IndexMapper.h>
Public Member Functions | |
IndexMapper (DestinationContainer &container, SrcContainerType const &view) | |
~IndexMapper () | |
T & | operator() (IteratorType) const |
Maps indexes from one container onto another.
Definition at line 49 of file IndexMapper.h.
pss::astrotypes::multiarray::IndexMapper::IndexMapper | ( | DestinationContainer & | container, |
SrcContainerType const & | view | ||
) |
Definition at line 32 of file IndexMapper.cpp.
pss::astrotypes::multiarray::IndexMapper::~IndexMapper | ( | ) |
Definition at line 36 of file IndexMapper.cpp.
T& pss::astrotypes::IndexMapper< DestinationContainer, SrcContainerType >::operator() | ( | IteratorType | ) | const |