opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
osc::NonTypelist< T, Head, Tails... > Struct Template Reference

#include <non_typelist.h>

Public Types

using tails = NonTypelist< T, Tails... >
 

Static Public Attributes

static constexpr T head = Head
 

Member Typedef Documentation

◆ tails

template<typename T , T Head, T... Tails>
using osc::NonTypelist< T, Head, Tails... >::tails = NonTypelist<T, Tails...>

Member Data Documentation

◆ head

template<typename T , T Head, T... Tails>
constexpr T osc::NonTypelist< T, Head, Tails... >::head = Head
staticconstexpr

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