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

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

#include <strtonum.h>

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

Static Public Member Functions

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

Detailed Description

template<>
class dmlc::Str2T< float >

Template specialization of Str2T<> interface for float type.

Member Function Documentation

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

Convert a string into float.

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

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