3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
typetraits.hh File Reference
#include <type_traits>
#include <dune/common/version.hh>
#include <dune/common/typetraits.hh>

Go to the source code of this file.

Classes

struct  Dumux::AlwaysFalse< T >
 Template which always yields a false value. More...

Namespaces

namespace  Dumux

Typedefs

template<typename T, typename I = std::size_t>
using Dumux::IsIndexable
 We define our own is_indexable type in order to avoid several version checks throughout dumux. This should be deleted when the deprecation phase is over.