Type traits to be used with matrix types.
#include <dune/common/std/type_traits.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::Detail::hasState |
| helper struct detecting if a PrimaryVariables object has a state() function More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
| Distance implementation details. | |
Typedefs | |
| template<class P> | |
| using | Dumux::Detail::DetectPriVarsHaveState = decltype(std::declval<P>().state()) |
Functions | |
| template<class P> | |
| constexpr bool | Dumux::Detail::priVarsHaveState () |