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_gen< MF > Struct Template Reference

Mapping function generator without state. More...

Public Member Functions

template<typename... Args>
MF operator[] (Args const &...) const
 

Public Types

using mapfunc_type = MF
 

Detailed Description

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

Mapping function generator without state.

This generator represents an infinite collection of the same mapping function.

Template Parameters
MFType of the mapping function to return.

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