Class non_moveable¶
Defined in File non_moveable.hpp
Class Documentation¶
-
class util::non_moveable¶
A helper class to make a class or struct non-moveable.
This class can be derived from to make a class non-moveable in a verbose way.
Public Functions
-
non_moveable(const non_moveable&&) = delete¶
-
auto operator=(const non_moveable&) -> non_moveable& = delete¶
-
non_moveable(const non_moveable&&) = delete¶