Utility class expected to be used as a base class to define non-moveable classes. More...
#include <non_moveable.hpp>
Protected Member Functions | |
non_moveable ()=default | |
Constructor. | |
~non_moveable ()=default | |
Destructor. | |
non_moveable (non_moveable &&)=delete | |
Move constructor. | |
non_moveable & | operator= (non_moveable &&)=delete |
Move assignment operator. | |
Utility class expected to be used as a base class to define non-moveable classes.
Definition at line 29 of file non_moveable.hpp.
|
inlineprotecteddefault |
Constructor.
Default constructor for tc::sdk::non_moveable
|
inlineprotecteddefault |
Destructor.
Default constructor for tc::sdk::non_moveable
|
protecteddelete |
Move constructor.
Move constructor marked as deleted.
|
protecteddelete |
Move assignment operator.
Move assignment operator marked as deleted.