asio C++ library

PrevUpHomeNext

posix::basic_descriptor::assign

Assign an existing native descriptor to the descriptor.

void assign(
    const native_handle_type & native_descriptor);
  » more...

asio::error_code assign(
    const native_handle_type & native_descriptor,
    asio::error_code & ec);
  » more...

PrevUpHomeNext