asio C++ library

PrevUpHomeNext

windows::random_access_handle_service::assign

Assign an existing native handle to a random-access handle.

asio::error_code assign(
    implementation_type & impl,
    const native_handle_type & handle,
    asio::error_code & ec);

PrevUpHomeNext