Utilities for template meta programming. More...
#include <cstddef>#include <utility>Go to the source code of this file.
Utilities for template meta programming.
Namespaces | |
| namespace | Dumux |
| make the local view function available whenever we use the grid geometry | |
| namespace | Dumux::Detail |
Typedefs | |
| template<std::size_t n, std::size_t e> | |
| using | Dumux::makeIncompleteIntegerSequence = typename Detail::ConcatSeq< decltype(std::make_index_sequence< e >{}), e+1, decltype(std::make_index_sequence<(n > e) ?(n - e - 1) :0 >{})>::type |
