Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template async_result<, , >

boost::asio::async_result<boost::process::v2::code_as_error_t< CompletionToken >, void(boost::process::v2::error_code, boost::process::v2::native_exit_code_type)>

Synopsis

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

template<typename CompletionToken> 
struct async_result<, , > {
  // types
  typedef                                                        ;  
  typedef  ;

  // member classes/structs/unions
  template<typename Initiation> 
  struct init_wrapper {
    // construct/copy/destruct
    ();

    // public member functions
    template<typename Handler,  Args> 
       (, , 
                      );

    // public data members
     initiation_;
  };

  // public static functions
  template<typename Initiation, typename RawCompletionToken,  Args> 
     
    (, , 
                                                ();

  // public data members
   token;
   args;
};

Description

async_result public static functions

  1. template<typename Initiation, typename RawCompletionToken,  Args> 
       
      (, , 
                                                  ();

PrevUpHomeNext