Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

windows::random_access_handle_service::assign

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

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

PrevUpHomeNext