asio C++ library

PrevUpHomeNext

socket_acceptor_service::bind

Bind the socket acceptor to the specified local endpoint.

asio::error_code bind(
    implementation_type & impl,
    const endpoint_type & endpoint,
    asio::error_code & ec);

PrevUpHomeNext