rttr::type_list< T > Struct Template - 0.9.7 |RTTR
rttr::type_list< T > Struct Template Reference

Contains a list of template parameters. More...

#include <type_list.h>

Static Public Attributes

static RTTR_CONSTEXPR_OR_CONST auto size = sizeof...(T)
 The amount of template parameters. More...
 

Detailed Description

template<typename... T>
struct rttr::type_list< T >

Contains a list of template parameters.

Member Data Documentation

template<typename... T>
RTTR_CONSTEXPR_OR_CONST auto rttr::type_list< T >::size = sizeof...(T)
static

The amount of template parameters.


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