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

config_from_env::config_from_env

Construct with the default prefix "asio".

config_from_env();
  » more...

Construct with a specified prefix.

explicit config_from_env(
    std::string prefix);
  » more...

PrevUpHomeNext