koutil
Loading...
Searching...
No Matches
koutil::type::types< T > Struct Template Reference

A structure representing a variadic list of types. More...

#include <types.h>

Static Public Attributes

static constexpr std::size_t size = sizeof...(T)
 

Detailed Description

template<typename... T>
struct koutil::type::types< T >

A structure representing a variadic list of types.

Template Parameters
TThe types in the list.

Member Data Documentation

◆ size

template<typename... T>
std::size_t koutil::type::types< T >::size = sizeof...(T)
staticconstexpr

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