SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
nonmoveable Class Reference

helper class to make a class non-moveable More...

#include <generic.hpp>

Inheritance diagram for nonmoveable:
noncopyable mutex_t::native_t

Protected Member Functions

 nonmoveable (nonmoveable &&)=delete
 
nonmoveableoperator= (nonmoveable &&)=delete
 

Detailed Description

helper class to make a class non-moveable

To make your class A non-moveable, define it as such: class A : private nonmoveable {}