Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template rebind_executor

boost::process::v2::basic_process_handle::rebind_executor — Rebinds the process_handle to another executor.

Synopsis

// In header: <boost/process/v2/process_handle.hpp>



// Rebinds the process_handle to another executor.
template<typename Executor1> 
struct rebind_executor {
  // types
  typedef basic_process_handle<  ;  // The socket type when rebound to the specified executor. 
};

PrevUpHomeNext