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

Applies a given function to a get list and generate a new list. More...

#include <fwd.hpp>

Public Types

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

Detailed Description

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

Applies a given function to a get list and generate a new list.

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

Definition at line 182 of file fwd.hpp.

Member Typedef Documentation

◆ type

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

Resulting get list after applying the transform function.

Definition at line 184 of file fwd.hpp.


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