GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Typedefs | Variables
iteration_pattern.h File Reference
#include <type_traits>
Include dependency graph for iteration_pattern.h:
This graph shows which files directly or indirectly include this file:

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>>()