asio C++ library

PrevUpHomeNext

socket_acceptor_service::assign

Assign an existing native acceptor to a socket acceptor.

asio::error_code assign(
    implementation_type & impl,
    const protocol_type & protocol,
    const native_handle_type & native_acceptor,
    asio::error_code & ec);

PrevUpHomeNext