asio C++ library

PrevUpHomeNext

windows::basic_stream_handle::assign

Assign an existing native handle to the handle.

void assign(
    const native_type & native_handle);

asio::error_code assign(
    const native_type & native_handle,
    asio::error_code & ec);

PrevUpHomeNext