EnTT 3.13.2
|
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 . |