VertexCFD  0.0-dev
Public Types | Static Public Attributes | List of all members
VertexCFD::Utils::ParameterPack< Types > Struct Template Reference
Inheritance diagram for VertexCFD::Utils::ParameterPack< Types >:
Inheritance graph
[legend]
Collaboration diagram for VertexCFD::Utils::ParameterPack< Types >:
Collaboration graph
[legend]

Public Types

template<std::size_t N>
using value_type = typename PackTypeAtIndex< N, Types... >::type
 
template<std::size_t N>
using const_value_type = typename std::add_const< value_type< N > >::type
 
template<std::size_t N>
using element_type = ParameterPackElement< N, value_type< N > >
 

Static Public Attributes

static constexpr std::size_t size = sizeof...(Types)
 

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