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

Mapping functions composition. Compose two given mapping functions f(g(x)). More...

Static Public Member Functions

static type apply (F const &f, G const &g)
 

Public Types

using type = detail::mapfun_comp< F, G >
 

Detailed Description

template<typename F, typename G>
struct stapl::compose_func< F, G >

Mapping functions composition. Compose two given mapping functions f(g(x)).

This class has specializations based on template parameters.

Parameters
FFirst mapping function type.
GSecond mapping function type.

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