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

specialized tag of on_remove

Similarly to the on_combine tag, the on_break that denotes a combination group, but instead of containing all recently combined components, it instead contains all those who recently broke connection. This can be ideal to use in a system (such as a render system), to erase draw calls.