Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
Teuchos::ValueTypeConversionTraits< long double, std::string > Class Template Reference

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

#include <Teuchos_as.hpp>

List of all members.

Static Public Member Functions

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

Detailed Description

template<>
class Teuchos::ValueTypeConversionTraits< long double, std::string >

Convert an std::string to a long double.

Definition at line 666 of file Teuchos_as.hpp.


Member Function Documentation

static long double Teuchos::ValueTypeConversionTraits< long double, std::string >::convert ( const std::string &  t) [inline, static]

Definition at line 668 of file Teuchos_as.hpp.

static long double Teuchos::ValueTypeConversionTraits< long double, std::string >::safeConvert ( const std::string &  t) [inline, static]

Definition at line 678 of file Teuchos_as.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines