EnTT 3.13.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
entt::get_t< Type > Struct Template Referencefinal

Alias for lists of observed components. More...

#include <fwd.hpp>

Inheritance diagram for entt::get_t< Type >:
Inheritance graph
[legend]
Collaboration diagram for entt::get_t< Type >:
Collaboration graph
[legend]

Public Member Functions

constexpr get_t ()
 Default constructor.
 

Additional Inherited Members

- Public Types inherited from entt::type_list< Type... >
using type = type_list
 Type list type.
 
- Static Public Attributes inherited from entt::type_list< Type... >
static constexpr auto size
 Compile-time number of elements in the type list.
 

Detailed Description

template<typename... Type>
struct entt::get_t< Type >

Alias for lists of observed components.

Template Parameters
TypeList of types.

Definition at line 147 of file fwd.hpp.

Constructor & Destructor Documentation

◆ get_t()

template<typename... Type>
constexpr entt::get_t< Type >::get_t ( )
inlineexplicitconstexpr

Default constructor.

Definition at line 149 of file fwd.hpp.


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