stator
A math, geometry, and utility library
Public Types | List of all members
stator::orphan::make_static_list< T, ListItems > Struct Template Reference

Convert a parameter pack into a static list. More...

#include <static_list.hpp>

Public Types

typedef detail::static_list_helper< T, static_list< T >, ListItems... >::type type
 

Detailed Description

template<typename T, T... ListItems>
struct stator::orphan::make_static_list< T, ListItems >

Definition at line 154 of file static_list.hpp.

Member Typedef Documentation

◆ type

template<typename T , T... ListItems>
typedef detail::static_list_helper<T, static_list<T>, ListItems...>::type stator::orphan::make_static_list< T, ListItems >::type

Definition at line 156 of file static_list.hpp.


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