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

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

#include <strtonum.h>

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ get()

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

Convert a string into unsigned 32-bit integer.

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

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