|
EnTT 3.14.0
|
Applies a given function to an exclude list and generate a new list. More...
#include <fwd.hpp>
Public Types | |
| using | type = exclude_t<typename Op<Type>::type...> |
| Resulting exclude list after applying the transform function. | |
Applies a given function to an exclude list and generate a new list.
| Type | Types provided by the exclude list. |
| Op | Unary operation as template class with a type member named type. |
| using entt::type_list_transform< exclude_t< Type... >, Op >::type = exclude_t<typename Op<Type>::type...> |