Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Types | List of all members
fub::MakeIntegerSequence_< T, N, L, Ints > Struct Template Reference

#include <type_traits.hpp>

Public Types

using type = typename MakeIntegerSequence_< T, N, L+1, Ints..., L >::type
 

Member Typedef Documentation

◆ type

template<typename T , T N, T L, T... Ints>
using fub::MakeIntegerSequence_< T, N, L, Ints >::type = typename MakeIntegerSequence_<T, N, L + 1, Ints..., L>::type

The documentation for this struct was generated from the following file: