EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::type_list_element< 0u, type_list< First, 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 = First
 Searched type.
 

Detailed Description

template<typename First, typename... Other>
struct entt::type_list_element< 0u, type_list< First, Other... > >

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

Template Parameters
FirstFirst type provided by the type list.
OtherOther types provided by the type list.

Definition at line 137 of file type_traits.hpp.

Member Typedef Documentation

◆ type

template<typename First , typename... Other>
using entt::type_list_element< 0u, type_list< First, Other... > >::type = First

Searched type.

Definition at line 139 of file type_traits.hpp.


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