Update copy/move constructors/operators
Former-commit-id: b1faeeae9211a6c0ca29261d46929dc8c66ea0c4
This commit is contained in:
@@ -23,7 +23,7 @@ class NAZARA_CORE_API NzThread
|
||||
template<typename F, typename... Args> NzThread(F function, Args&&... args);
|
||||
template<typename C> NzThread(void (C::*function)(), C* object);
|
||||
NzThread(const NzThread&) = delete;
|
||||
NzThread(NzThread&& other);
|
||||
NzThread(NzThread&& other) noexcept;
|
||||
~NzThread();
|
||||
|
||||
void Detach();
|
||||
|
||||
Reference in New Issue
Block a user