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

std::logic_error

if the timers have different execution contexts.

Return Value

Reference to this timer.

Parameters

Name Description

other

The timer to move from.

Created with MrDocs