This class exists to provide copy and move constructors and assignment operations for std.mutex which actually does nothing Generated from class MR.MutexOwner. This is the non-const half of the class.
More...
|
| unsafe | MutexOwner () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | MutexOwner (MR._ByValue_MutexOwner _other) |
| | Generated from constructor MR.MutexOwner.MutexOwner.
|
| |
| | MutexOwner (Const_MutexOwner _other) |
| | Generated from constructor MR.MutexOwner.MutexOwner.
|
| |
| | MutexOwner (MutexOwner _other) |
| | Generated from constructor MR.MutexOwner.MutexOwner.
|
| |
| unsafe MR.MutexOwner | assign (MR._ByValue_MutexOwner _other) |
| | Generated from method MR.MutexOwner.operator=.
|
| |
This class exists to provide copy and move constructors and assignment operations for std.mutex which actually does nothing Generated from class MR.MutexOwner. This is the non-const half of the class.
◆ MutexOwner() [1/4]
| unsafe MR.MutexOwner.MutexOwner |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ MutexOwner() [2/4]
| unsafe MR.MutexOwner.MutexOwner |
( |
MR._ByValue_MutexOwner | _other | ) |
|
|
inline |
Generated from constructor MR.MutexOwner.MutexOwner.
◆ MutexOwner() [3/4]
| MR.MutexOwner.MutexOwner |
( |
Const_MutexOwner | _other | ) |
|
|
inline |
Generated from constructor MR.MutexOwner.MutexOwner.
◆ MutexOwner() [4/4]
Generated from constructor MR.MutexOwner.MutexOwner.
◆ assign()
| unsafe MR.MutexOwner MR.MutexOwner.assign |
( |
MR._ByValue_MutexOwner | _other | ) |
|
|
inline |
Generated from method MR.MutexOwner.operator=.
The documentation for this class was generated from the following file: