GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
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>>() |