|
dune-common 2.8.0
|
Loading...
Searching...
No Matches
concept.hh
Go to the documentation of this file.
258// This checks if the concept given as first type is modelled by all types in the tuple passed as argument
259template<class C, class Tuple, typename std::enable_if<tupleEntriesModel<C, Tuple>(), int>::type = 0>
275// If passed argument is not convertible to the first passed type, the concept will not be satisfied.
303// If first passed type is not a base class of first arguments type, the concept will not be satisfied.
Contains utility classes which can be used with std::tuple.
Utilities for type computations, constraining overloads, ...
constexpr auto models()
Check if concept is modeled by given types.
Definition concept.hh:182
constexpr auto tupleEntriesModel() -> typename Impl::TupleEntriesModelHelper< C, Tuple >::Result
Definition concept.hh:222
constexpr bool requireConceptForTupleEntries()
Definition concept.hh:260
TypeList< BaseConcepts... > BaseConceptList
Definition concept.hh:53
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8