opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Types | List of all members
osc::TypeAt< Typelist< Head, Tails... >, Index > Struct Template Reference

#include <typelist.h>

Public Types

using type = typename TypeAt< Typelist< Tails... >, Index-1 >::type
 

Member Typedef Documentation

◆ type

template<typename Head , typename... Tails, size_t Index>
using osc::TypeAt< Typelist< Head, Tails... >, Index >::type = typename TypeAt<Typelist<Tails...>, Index-1>::type

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