3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Detail::ConcatSeq< std::index_sequence< Is1... >, offset, std::index_sequence< Is2... > > Struct Template Reference

#include <dumux/common/typetraits/utility.hh>

Public Types

using type = std::index_sequence< Is1...,(offset+Is2)... >
 

Member Typedef Documentation

◆ type

template<std::size_t ... Is1, std::size_t offset, std::size_t ... Is2>
using Dumux::Detail::ConcatSeq< std::index_sequence< Is1... >, offset, std::index_sequence< Is2... > >::type = std::index_sequence<Is1..., (offset + Is2)...>

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