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

tag that allows you to listen to the event of a component of the given type being removed.

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