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

tag that allows you to select entities (and components) that have recently added the given component type

You can use this tag to listen to the event of a specific component type being added to an entity.