GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
#include <type_traits>
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>>() |