Medial Code Documentation
|
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. | |
Template specialization of Str2T<> interface for unsigned 64-bit integer.
|
inlinestatic |
Convert a string into unsigned 64-bit integer.
begin | Beginning of the string to convert |