dune-functions  2.5.0
Public Types | List of all members
Dune::Functions::Imp::RotateHelper< std::tuple< T... >, std::index_sequence< I... > > Struct Template Reference

#include <dune/functions/common/utility.hh>

Public Types

using type = typename std::tuple< typename LastType< T... >::type, typename std::tuple_element< I, std::tuple< T... >>::type... >
 

Member Typedef Documentation

§ type

template<class... T, std::size_t... I>
using Dune::Functions::Imp::RotateHelper< std::tuple< T... >, std::index_sequence< I... > >::type = typename std::tuple<typename LastType<T...>::type, typename std::tuple_element<I,std::tuple<T...>>::type...>

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