GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Public Types | List of all members
grppi::stage_return_type< Input, Transformer, Other... > Struct Template Reference

Determines the return type of consecutively appliying a set of transformer functions on a input type. More...

#include <patterns.h>

Public Types

using type = typename stage_return_type< result_type< Input, Transformer >, Other... >::type
 

Detailed Description

template<typename Input, typename Transformer, typename... Other>
struct grppi::stage_return_type< Input, Transformer, Other... >

Determines the return type of consecutively appliying a set of transformer functions on a input type.

Member Typedef Documentation

template<typename Input , typename Transformer , typename... Other>
using grppi::stage_return_type< Input, Transformer, Other... >::type = typename stage_return_type< result_type<Input,Transformer> , Other...>::type

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