SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
helper class to make a class non-moveable More...
#include <generic.hpp>
Protected Member Functions | |
nonmoveable (nonmoveable &&)=delete | |
nonmoveable & | operator= (nonmoveable &&)=delete |
helper class to make a class non-moveable
To make your class A non-moveable, define it as such: class A : private nonmoveable {}