Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Teuchos::ValueTypeConversionTraits< float, std::string > Class Reference

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)
 

Detailed Description

Convert an std::string to a float.

Definition at line 639 of file Teuchos_as.hpp.

Member Function Documentation

◆ convert()

static float Teuchos::ValueTypeConversionTraits< float, std::string >::convert ( const std::string & t)
inlinestatic

Definition at line 641 of file Teuchos_as.hpp.

◆ safeConvert()

static float Teuchos::ValueTypeConversionTraits< float, std::string >::safeConvert ( const std::string & t)
inlinestatic

Definition at line 652 of file Teuchos_as.hpp.


The documentation for this class was generated from the following file: