asio C++ library

PrevUpHomeNext

waitable_timer_service::move_assign

Move-assign from another timer implementation.

void move_assign(
    implementation_type & impl,
    waitable_timer_service & other_service,
    implementation_type & other_impl);

PrevUpHomeNext