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

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

#include <strtonum.h>

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

Static Public Member Functions

static int64_t get (const char *begin, const char *end)
 Convert a string into signed 64-bit integer. More...
 

Detailed Description

template<>
class dmlc::Str2T< int64_t >

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

Member Function Documentation

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

Convert a string into signed 64-bit integer.

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

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