Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Teuchos::ValueTypeConversionTraits< double, std::string > Class Reference

Convert an std::string to a double. More...

#include <Teuchos_as.hpp>

Inheritance diagram for Teuchos::ValueTypeConversionTraits< double, std::string >:

Static Public Member Functions

static double convert (const std::string &t)
static double safeConvert (const std::string &t)

Detailed Description

Convert an std::string to a double.

Definition at line 626 of file Teuchos_as.hpp.

Member Function Documentation

◆ convert()

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

Definition at line 628 of file Teuchos_as.hpp.

◆ safeConvert()

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

Definition at line 632 of file Teuchos_as.hpp.


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