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

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

#include <strtonum.h>

Static Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ get()

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

Convert a string into unsigned 64-bit integer.

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

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