Medial Code Documentation
Loading...
Searching...
No Matches
Static Public Member Functions
dmlc::Str2T< double > Class Reference

Template specialization of Str2T<> interface for double type. More...

#include <strtonum.h>

Static Public Member Functions

static double get (const char *begin)
 Convert a string into double.
 

Detailed Description

Template specialization of Str2T<> interface for double type.

Member Function Documentation

◆ get()

static double dmlc::Str2T< double >::get ( const char *  begin)
inlinestatic

Convert a string into double.

Parameters
beginBeginning of the string to convert
Returns
Converted value, in double type

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