#include <MRMutexOwner.h>
Public Member Functions | |
| MutexOwner () noexcept=default | |
| MutexOwner (const MutexOwner &) noexcept | |
| MutexOwner (MutexOwner &&) noexcept | |
| MutexOwner & | operator= (const MutexOwner &) noexcept |
| MutexOwner & | operator= (MutexOwner &&) noexcept |
Public Attributes | |
| MR_BIND_IGNORE std::mutex | m |
This class exists to provide copy and move constructors and assignment operations for std::mutex which actually does nothing
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| MR_BIND_IGNORE std::mutex MR::MutexOwner::m |