EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
entt::value_list< Value > Struct Template Reference

A class to use to push around lists of constant values, nothing more. More...

#include <type_traits.hpp>

Public Types

using type = value_list
 Value list type.
 

Static Public Attributes

static constexpr auto size = sizeof...(Value)
 Compile-time number of elements in the value list.
 

Detailed Description

template<auto... Value>
struct entt::value_list< Value >

A class to use to push around lists of constant values, nothing more.

Template Parameters
ValueValues provided by the value list.

Definition at line 364 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<auto... Value>
using entt::value_list< Value >::type = value_list

Value list type.

Definition at line 366 of file type_traits.hpp.

Member Data Documentation

◆ size

template<auto... Value>
constexpr auto entt::value_list< Value >::size = sizeof...(Value)
staticconstexpr

Compile-time number of elements in the value list.

Definition at line 368 of file type_traits.hpp.


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