asio C++ library

PrevUpHomeNext

socket_acceptor_service::move_assign

Move-assign from another socket acceptor implementation.

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

PrevUpHomeNext