Function get_all_environment_variables
Synopsis
#include "breeze/environment/get_all_environment_variables.hpp"
std::map< std::string, std::string > get_all_environment_variables()
Description
- Returns
- A map with all name-value pairs corresponding to the defined environment variables.
- Exceptions
- A
std::runtime_error
if an error occurs. TODO: document exceptions for allocation errors?
Source
Line 35 in breeze/environment/get_all_environment_variables.hpp.