mxnet
Static Public Member Functions | List of all members
dmlc::Str2T< double > Class Template Reference

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

#include <strtonum.h>

Collaboration diagram for dmlc::Str2T< double >:
Collaboration graph

Static Public Member Functions

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

Detailed Description

template<>
class dmlc::Str2T< double >

Template specialization of Str2T<> interface for double type.

Member Function Documentation

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

Convert a string into double.

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

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