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

Template specialization of Str2T<> interface for signed 32-bit integer. More...

#include <strtonum.h>

Static Public Member Functions

static int32_t get (const char *begin)
 Convert a string into signed 32-bit integer.
 

Detailed Description

Template specialization of Str2T<> interface for signed 32-bit integer.

Member Function Documentation

◆ get()

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

Convert a string into signed 32-bit integer.

Parameters
beginBeginning of the string to convert
Returns
Converted value, as signed 32-bit integer

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