GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Typedefs | Variables
reduce_pattern.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grppi::reduce_t< Combiner, Identity >
 Representation of reduce pattern. Represents a reduction that can be used as a stage on a pipeline. More...
 
struct  grppi::internal::is_reduce< T >
 
struct  grppi::internal::is_reduce< reduce_t< C, I > >
 

Namespaces

 grppi
 
 grppi::internal
 

Typedefs

template<typename T >
using grppi::requires_reduce = std::enable_if_t< is_reduce< T >, int >
 

Variables

template<typename T >
constexpr bool grppi::is_reduce = internal::is_reduce<std::decay_t<T>>()