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

Alias for lists of owned components. More...

#include <fwd.hpp>

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

Public Member Functions

constexpr owned_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::owned_t< Type >

Alias for lists of owned components.

Template Parameters
TypeList of types.

Definition at line 164 of file fwd.hpp.

Constructor & Destructor Documentation

◆ owned_t()

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

Default constructor.

Definition at line 166 of file fwd.hpp.


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