thread invoker class.
More...
#include <thread.hpp>
|
| class | Thread |
| | friendship with the thread class.
|
| |
◆ Invoker() [1/3]
| join::Invoker::Invoker |
( |
| ) |
|
|
delete |
◆ Invoker() [2/3]
| join::Invoker::Invoker |
( |
const Invoker & | other | ) |
|
|
delete |
copy constructor.
- Parameters
-
| other | other object to copy. |
◆ Invoker() [3/3]
| join::Invoker::Invoker |
( |
Invoker && | other | ) |
|
|
delete |
move constructor.
- Parameters
-
| other | other object to move. |
◆ ~Invoker()
◆ operator=() [1/2]
copy assignment.
- Parameters
-
| other | other object to copy. |
- Returns
- a reference to the current object.
◆ operator=() [2/2]
move assignment.
- Parameters
-
| other | other object to move. |
- Returns
- a reference to the current object.
◆ Thread
friendship with the thread class.
The documentation for this class was generated from the following files: