asio C++ library

PrevUpHomeNext
basic_writable_pipe::assign (2 of 2 overloads)

Assign an existing native pipe to the pipe.

void assign(
    const native_handle_type & native_pipe,
    asio::error_code & ec);

PrevUpHomeNext