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