|
Teuchos Package Browser (Single Doxygen Collection)
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) |
| static float | safeConvert (const std::string &t) |
Convert an std::string to a float.
Definition at line 639 of file Teuchos_as.hpp.
| static float Teuchos::ValueTypeConversionTraits< float, std::string >::convert | ( | const std::string & | t | ) | [inline, static] |
Definition at line 641 of file Teuchos_as.hpp.
| static float Teuchos::ValueTypeConversionTraits< float, std::string >::safeConvert | ( | const std::string & | t | ) | [inline, static] |
Definition at line 652 of file Teuchos_as.hpp.
1.7.6.1