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

Determines the return type of appliying a function on a input type. More...

#include <patterns.h>

Public Types

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

Detailed Description

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

Determines the return type of appliying a function on a input type.

Member Typedef Documentation

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

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