EnTT 3.15.0
|
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. | |
Applies a given function to an owned list and generate a new list.
Type | Types provided by the owned list. |
Op | Unary operation as template class with a type member named type . |
using entt::type_list_transform< owned_t< Type... >, Op >::type = owned_t<typename Op<Type>::type...> |