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

Determines the return type after appliying a list of transformers (stages) on a input type. More...

#include <patterns.h>

Public Types

using type = return_type
 

Detailed Description

template<typename return_type, typename... Ts>
struct grppi::stage_return_type< return_type, Ts >

Determines the return type after appliying a list of transformers (stages) on a input type.

Member Typedef Documentation

template<typename return_type, typename... Ts>
using grppi::stage_return_type< return_type, Ts >::type = return_type

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