Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Function set

boost::process::v2::environment::set — Set an environment variable for the current process.

Synopsis

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


void set(const key & k, value_view vw, error_code & ec);

Description

Disambiguating.

Throwing.


PrevUpHomeNext