executor::call_on_fork_success Struct Reference

#include <boost/process/posix/executor.hpp>

Public Member Functions

 call_on_fork_success (executor &e)
 
template<class Arg >
void operator() (Arg &arg) const
 

Public Attributes

executore_
 

Detailed Description

Definition at line 51 of file executor.hpp.

Constructor & Destructor Documentation

◆ call_on_fork_success()

call_on_fork_success ( executor e)
inline

Definition at line 55 of file executor.hpp.

Member Function Documentation

◆ operator()()

void operator() ( Arg &  arg) const
inline

Definition at line 58 of file executor.hpp.

Member Data Documentation

◆ e_

executor& e_

Definition at line 53 of file executor.hpp.


The documentation for this struct was generated from the following file: