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