3 #ifndef DUNE_AMG_COMBINEDFUNCTOR_HH
4 #define DUNE_AMG_COMBINEDFUNCTOR_HH
13 template<std::
size_t i>
16 template<
class TT,
class T>
17 static void apply(TT tuple,
const T& t)
26 template<
class TT,
class T>
27 static void apply([[maybe_unused]] TT tuple, [[maybe_unused]]
const T& t)
Definition: allocator.hh:9
PropertyMapTypeSelector< Amg::VertexVisitedTag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > >::Type get([[maybe_unused]] const Amg::VertexVisitedTag &tag, Amg::PropertiesGraph< G, Amg::VertexProperties, EP, VM, EM > &graph)
Definition: dependency.hh:291
Definition: combinedfunctor.hh:15
static void apply(TT tuple, const T &t)
Definition: combinedfunctor.hh:17
static void apply([[maybe_unused]] TT tuple, [[maybe_unused]] const T &t)
Definition: combinedfunctor.hh:27
Definition: combinedfunctor.hh:34
CombinedFunctor(const T &tuple_)
Definition: combinedfunctor.hh:36
void operator()(const T1 &t)
Definition: combinedfunctor.hh:41