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

Go to the source code of this file.

Classes

class  grppi::filter_t< Predicate >
 Representation of filter pattern. Represents a filter that can be used as a stage on a pipeline. More...
 
struct  grppi::internal::is_filter< T >
 
struct  grppi::internal::is_filter< filter_t< T > >
 

Namespaces

 grppi
 
 grppi::internal
 

Typedefs

template<typename T >
using grppi::requires_filter = typename std::enable_if_t< is_filter< T >, int >
 

Variables

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