Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

socket_acceptor_service::bind

Bind the socket acceptor to the specified local endpoint.

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

PrevUpHomeNext