dune-functions 2.9.0
|
Get last entry of type list. More...
#include <dune/functions/common/utility.hh>
Public Types | |
using | type = typename std::tuple_element< sizeof...(T) -1, std::tuple< T... > >::type |
Get last entry of type list.
using Dune::Functions::LastType< T >::type = typename std::tuple_element<sizeof...(T)-1, std::tuple<T...> >::type |