31#include <SFML/System/NonCopyable.hpp>
Lock(Mutex &Mutex)
Construct the lock with a target mutex (lock it).
Mutex defines a mutex (MUTual EXclusion) object, that allows a thread to lock critical instructions t...
NonCopyable()
The default constructor won't be generated, so provide it.