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