PrevUpHomeNext

Class inherit_env

boost::process::initializers::inherit_env

Synopsis

// In header: <boost/process/initializers.hpp>


class inherit_env {
public:
  // construct/copy/destruct
  inherit_env();
};

Description

Inherits environment variables.

inherit_env public construct/copy/destruct

  1. inherit_env();

    Constructor.


PrevUpHomeNext