This will make it possible to use them as temp objects in things such as ``` producer << make_filter(13) << consumer; ``` This should apply to most filters. For the other classes, explicitly default or delete copy and move constructors.
This will make it possible to use them as temp objects in things such as
This should apply to most filters. For the other classes, explicitly default or delete copy and move constructors.