boost::corosio::timer::operator=
Move assignment operator.
Synopses
Declared in <boost/corosio/timer.hpp>
Copy assignment operator
timer&
operator=(timer const& other) = delete;
Move assignment operator.
timer&
operator=(timer&& other);
Exceptions
Name |
Thrown on |
|
if the timers have different execution contexts. |
Parameters
| Name | Description |
|---|---|
other |
The timer to move from. |
Created with MrDocs