| 
    dune-functions 2.10
    
   | 
 
Rotate type list by one, such that last entry is moved to first position. More...
#include <dune/functions/common/utility.hh>
Public Types | |
| using | type = typename Imp::RotateHelper< std::tuple< T... >, std::make_index_sequence< sizeof...(T) -1 > >::type | 
Rotate type list by one, such that last entry is moved to first position.
The rotated type list is exported as tuple
| using Dune::Functions::RotateTuple< T >::type = typename Imp::RotateHelper<std::tuple<T...>, std::make_index_sequence<sizeof...(T)-1> >::type |