| Teuchos Package Browser (Single Doxygen Collection)
    Version of the Day
    | 
#include <string_view>

Go to the source code of this file.
| Namespaces | |
| Teuchos | |
| Functions | |
| template<typename T > | |
| T | Teuchos::getEnvironmentVariable (const std::string_view environmentVariableName, const T defaultValue) | 
| bool | Teuchos::idempotentlyGetNamedEnvironmentVariableAsBool (const char name[], bool &initialized, const char environmentVariableName[], const bool defaultValue) | 
| template<typename T > | |
| T | Teuchos::idempotentlyGetEnvironmentVariable (T &value, bool &initialized, const std::string_view environmentVariableName, const T defaultValue) | 
| Read a variable from the environment. Example usage:  More... | |
 1.8.5
 1.8.5