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

Go to the source code of this file.

Classes

class  grppi::farm_t< Transformer >
 Representation of farm pattern. Represents a farm of n replicas from a transformer. More...
 
struct  grppi::internal::is_farm< T >
 
struct  grppi::internal::is_farm< farm_t< T > >
 

Namespaces

 grppi
 
 grppi::internal
 

Typedefs

template<typename T >
using grppi::requires_farm = typename std::enable_if_t< is_farm< T >, int >
 

Variables

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