EnTT 3.13.0
Loading...
Searching...
No Matches
Public Types | List of all members
entt::type_list_transform< owned_t< Type... >, Op > Struct Template Reference

Applies a given function to an owned list and generate a new list. More...

#include <fwd.hpp>

Public Types

using type = owned_t< typename Op< Type >::type... >
 Resulting owned list after applying the transform function.
 

Detailed Description

template<typename... Type, template< typename... > class Op>
struct entt::type_list_transform< owned_t< Type... >, Op >

Applies a given function to an owned list and generate a new list.

Template Parameters
TypeTypes provided by the owned list.
OpUnary operation as template class with a type member named type.

Definition at line 204 of file fwd.hpp.

Member Typedef Documentation

◆ type

template<typename... Type, template< typename... > class Op>
using entt::type_list_transform< owned_t< Type... >, Op >::type = owned_t<typename Op<Type>::type...>

Resulting owned list after applying the transform function.

Definition at line 206 of file fwd.hpp.


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