template<typename... Ts>
psl::ecs::filter struct

tag allows you to filter on sets of components

When you just want to create a generic filtering behaviour, without getting the components themselves, then you can use this tag to mark those requested components.