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

This is the documentation for a snapshot of the master branch, built from commit 9ee17d5bad.
PrevUpHomeNext

Function unset

boost::process::v2::environment::unset — Remove an environment variable from the current process.

Synopsis

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


void unset(const key & k, error_code & ec);

Description

Disambiguating.

Throwing.


PrevUpHomeNext