Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_readable_pipe::assign

Assign an existing native pipe to the pipe.

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

void assign(
    const native_handle_type & native_pipe,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext