![]() |
IgANet
IGAnets - Isogeometric Analysis Networks
|
Environment utility function. More...
#include <sstream>#include <stdlib.h>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | iganet |
| namespace | iganet::utils |
Functions | |
| template<typename T > | |
| T | iganet::utils::getenv (std::string variable, const T &default_value) |
| Returns the value from an environment variable. | |
| template<typename T > | |
| std::vector< T > | iganet::utils::getenv (std::string variable, std::initializer_list< T > default_value) |
| Returns the value from an environment variable. | |
Environment utility function.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.