3 #ifndef DUNE_AMG_COMBINEDFUNCTOR_HH
4 #define DUNE_AMG_COMBINEDFUNCTOR_HH
8 #include <dune/common/unused.hh>
15 template<std::
size_t i>
18 template<
class TT,
class T>
19 static void apply(TT tuple,
const T& t)
28 template<
class TT,
class T>
29 static void apply(TT tuple,
const T& t)
31 DUNE_UNUSED_PARAMETER(tuple);
32 DUNE_UNUSED_PARAMETER(t);
Definition: allocator.hh:7
PropertyMapTypeSelector< Amg::VertexVisitedTag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > >::Type get(const Amg::VertexVisitedTag &tag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > &graph)
Definition: dependency.hh:292
Definition: combinedfunctor.hh:17
static void apply(TT tuple, const T &t)
Definition: combinedfunctor.hh:19
static void apply(TT tuple, const T &t)
Definition: combinedfunctor.hh:29
Definition: combinedfunctor.hh:39
CombinedFunctor(const T &tuple)
Definition: combinedfunctor.hh:41
void operator()(const T1 &t)
Definition: combinedfunctor.hh:46