executor::call_on_fork_setup Struct Reference

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

Public Member Functions

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

Public Attributes

executore_
 

Detailed Description

Definition at line 25 of file executor.hpp.

Constructor & Destructor Documentation

◆ call_on_fork_setup()

call_on_fork_setup ( executor e)
inline

Definition at line 29 of file executor.hpp.

Member Function Documentation

◆ operator()()

void operator() ( const Arg &  arg) const
inline

Definition at line 32 of file executor.hpp.

Member Data Documentation

◆ e_

executor& e_

Definition at line 27 of file executor.hpp.


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