Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Teuchos_EnvVariables.hpp File Reference
#include <string_view>
Include dependency graph for Teuchos_EnvVariables.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Teuchos
 

Functions

bool Teuchos::idempotentlyGetNamedEnvironmentVariableAsBool (const char name[], bool &initialized, const char environmentVariableName[], const bool defaultValue)
 
template<typename T >
Teuchos::idempotentlyGetEnvironmentVariable (T &value, bool &initialized, const std::string_view environmentVariableName, const T defaultValue)
 Read a variable from the environment. Example usage: More...