asio C++ library

PrevUpHomeNext

basic_socket::assign

Assign an existing native socket to the socket.

void assign(
    const protocol_type & protocol,
    const native_handle_type & native_socket);
  » more...

asio::error_code assign(
    const protocol_type & protocol,
    const native_handle_type & native_socket,
    asio::error_code & ec);
  » more...

PrevUpHomeNext