Template Function apex::stoll

Function Documentation

template<::size64_t STRING_BUFFER_SIZE>
inline ::int64_t apex::stoll(const apex::BaseString<STRING_BUFFER_SIZE> &str) noexcept

Convert a string to a 64-bit integer. The function internally uses stroll standard call.

Parameters

str[in] is input string value

Returns

return 64-bit integer value corresponding to the string value. See strtoll specs. Valid range is [INT64_MIN..INT64_MAX]