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

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

#include <strtonum.h>

Static Public Member Functions

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

Detailed Description

Template specialization of Str2T<> interface for float type.

Member Function Documentation

◆ get()

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

Convert a string into float.

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

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