Mapping function generator where every mapping function generated is constructed passing the index as input argument. More...
Public Member Functions | |
template<typename... Args> | |
MF | operator[] (Args &&... args) const |
Public Types | |
using | mapfunc_type = MF |
Mapping function generator where every mapping function generated is constructed passing the index as input argument.
MF | Type of the mapping function to return. |