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

Provides compile-time indexed access to the types of a type list. More...

#include <type_traits.hpp>

Public Types

using type = decltype(Value)
 Searched type.
 

Static Public Attributes

static constexpr auto value = Value
 Searched value.
 

Detailed Description

template<auto Value, auto... Other>
struct entt::value_list_element< 0u, value_list< Value, Other... > >

Provides compile-time indexed access to the types of a type list.

Template Parameters
ValueFirst value provided by the value list.
OtherOther values provided by the value list.

Definition at line 391 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<auto Value, auto... Other>
using entt::value_list_element< 0u, value_list< Value, Other... > >::type = decltype(Value)

Searched type.

Definition at line 393 of file type_traits.hpp.

Member Data Documentation

◆ value

template<auto Value, auto... Other>
constexpr auto entt::value_list_element< 0u, value_list< Value, Other... > >::value = Value
staticconstexpr

Searched value.

Definition at line 395 of file type_traits.hpp.


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