|
Teuchos - Trilinos Tools Package Version of the Day
|
Convert an std::string to a float.
More...
#include <Teuchos_as.hpp>
Static Public Member Functions | |
| static float | convert (const std::string t) |
| Convert t from a TypeFrom object to a TypeTo object. | |
| static float | safeConvert (const std::string t) |
| Convert t from a TypeFrom object to a TypeTo object, with checks for validity. | |
Convert an std::string to a float.
Definition at line 639 of file Teuchos_as.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object.
Definition at line 182 of file Teuchos_as.hpp.
|
inlinestatic |
Convert t from a TypeFrom object to a TypeTo object, with checks for validity.
Definition at line 189 of file Teuchos_as.hpp.