EnTT 3.13.0
Loading...
Searching...
No Matches
entt::value_list_element< Index, value_list< Value, Other... > > Struct Template Reference

Provides compile-time indexed access to the values of a value list. More...

#include <type_traits.hpp>

Inheritance diagram for entt::value_list_element< Index, value_list< Value, Other... > >:
Inheritance graph
[legend]
Collaboration diagram for entt::value_list_element< Index, value_list< Value, Other... > >:
Collaboration graph
[legend]

Detailed Description

template<std::size_t Index, auto Value, auto... Other>
struct entt::value_list_element< Index, value_list< Value, Other... > >

Provides compile-time indexed access to the values of a value list.

Template Parameters
IndexIndex of the value to return.
ValueFirst value provided by the value list.
OtherOther values provided by the value list.

Definition at line 382 of file type_traits.hpp.


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