Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::TypeTraits::TypeList< TT > Struct Template Reference

Represents a variadic template type list. More...

#include <TypeList.h>

Static Public Attributes

static const int size = sizeof...(TT)
 Total number of types in the list. More...
 

Detailed Description

template<typename... TT>
struct SC::TypeTraits::TypeList< TT >

Represents a variadic template type list.

Template Parameters
TTVariadic template arguments forming the type list.

Member Data Documentation

◆ size

template<typename... TT>
const int SC::TypeTraits::TypeList< TT >::size = sizeof...(TT)
static

Total number of types in the list.


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