dune-functions 2.9.0
Public Types | List of all members
Dune::Functions::LastType< T > Struct Template Reference

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
 

Detailed Description

template<class... T>
struct Dune::Functions::LastType< T >

Get last entry of type list.

Member Typedef Documentation

◆ type

template<class... T>
using Dune::Functions::LastType< T >::type = typename std::tuple_element<sizeof...(T)-1, std::tuple<T...> >::type

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