STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::map_fun_gen1< MF > Struct Template Reference

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
 

Detailed Description

template<typename MF>
struct stapl::map_fun_gen1< MF >

Mapping function generator where every mapping function generated is constructed passing the index as input argument.

Template Parameters
MFType of the mapping function to return.

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