|
dune-pdelab
2.4.1
|
Utilities for type computations, constarining overloads, ... More...
#include <cstddef>#include <type_traits>#include <tuple>Go to the source code of this file.
Classes | |
| struct | Dune::PDELab::PriorityTag< priority > |
| Helper class for tagging priorities. More... | |
| struct | Dune::PDELab::PriorityTag< 0 > |
| Helper class for tagging priorities. More... | |
Namespaces | |
| Dune | |
| Dune::PDELab | |
Typedefs | |
| template<class This , class... T> | |
| using | Dune::PDELab::disableCopyMove = typename std::enable_if< (not(std::is_same< This, typename std::tuple_element< 0, std::tuple< typename std::decay< T >::type... > >::type >::value) and not(std::is_base_of< This, typename std::tuple_element< 0, std::tuple< typename std::decay< T >::type... > >::type >::value)), int >::type |
| Helper to disable constructor as copy and move constructor. More... | |
Utilities for type computations, constarining overloads, ...
1.8.11