Template Function apex::stoull
Defined in File base_string.hpp
Function Documentation
-
template<::size64_t STRING_BUFFER_SIZE>
inline ::uint64_t apex::stoull(const apex::BaseString<STRING_BUFFER_SIZE> &str) noexcept Convert a string to a 64-bit unsigned integer. The function internally uses
strtoull
standard call.- Parameters:
str – [in] is input string value
- Returns:
return 64-bit unsigned integer corresponding to the string value. See
strtoull
specs. Valid range is [0..UINT64_MAX]