GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
#include <type_traits>
Go to the source code of this file.
Classes | |
class | grppi::iteration_t< Transformer, Predicate > |
Representation of iteration pattern. Represents a iteration that can be used as a stage on a pipeline. More... | |
struct | grppi::internal::is_iteration< T > |
struct | grppi::internal::is_iteration< iteration_t< T, P > > |
Namespaces | |
grppi | |
grppi::internal | |
Typedefs | |
template<typename T > | |
using | grppi::requires_iteration = typename std::enable_if_t< is_iteration< T >, int > |
Variables | |
template<typename T > | |
static constexpr bool | grppi::is_iteration = internal::is_iteration<std::decay_t<T>>() |