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

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

#include <strtonum.h>

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

Static Public Member Functions

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

Detailed Description

template<>
class dmlc::Str2T< uint32_t >

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

Member Function Documentation

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

Convert a string into unsigned 32-bit integer.

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

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