The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaTypeList::get_pack_size< type_list< Head, Tail... > > Class Template Reference

Unroll Templates till Base case specialization is reached and accumulate. More...

#include <MetaTypeList.hpp>

Static Public Attributes

static constexpr std::size_t value
 

Detailed Description

template<typename Head, typename... Tail>
class MetaTypeList::get_pack_size< type_list< Head, Tail... > >

Unroll Templates till Base case specialization is reached and accumulate.

Definition at line 208 of file MetaTypeList.hpp.

Member Data Documentation

◆ value

template<typename Head , typename... Tail>
constexpr std::size_t MetaTypeList::get_pack_size< type_list< Head, Tail... > >::value
staticconstexpr
Initial value:
=
1 + get_pack_size<type_list<Tail...>>::value

Definition at line 210 of file MetaTypeList.hpp.


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