EnTT 3.14.0
|
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. | |
A class to use to push around lists of constant values, nothing more.
Value | Values provided by the value list. |
Definition at line 364 of file type_traits.hpp.
using entt::value_list< Value >::type = value_list |
Value list type.
Definition at line 366 of file type_traits.hpp.
|
staticconstexpr |
Compile-time number of elements in the value list.
Definition at line 368 of file type_traits.hpp.