The Sparta Modeling Framework
Loading...
Searching...
No Matches
MetaTypeList::create< type_list< Elements... > > Class Template Reference

Base case where we have consumed all the paramters in the pack and created the type_list. We just typedef it. More...

#include <MetaTypeList.hpp>

Public Types

using type = type_list< Elements... >
 

Detailed Description

template<typename... Elements>
class MetaTypeList::create< type_list< Elements... > >

Base case where we have consumed all the paramters in the pack and created the type_list. We just typedef it.

Definition at line 55 of file MetaTypeList.hpp.

Member Typedef Documentation

◆ type

template<typename... Elements>
using MetaTypeList::create< type_list< Elements... > >::type = type_list<Elements...>

Definition at line 57 of file MetaTypeList.hpp.


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