Same as the related overload above for asLonglong.
Synopsis
Declared in <bdljsn_numberutil.h>
static
int
asLonglong(
long long* result,
std::string_view const& value);
Return Value
0 on success, or a non‐zero status (k_OVERFLOW, k_UNDERFLOW, or k_NOT_INTEGRAL) otherwise
Parameters
Name |
Description |
result |
receives the converted integer value |
value |
JSON number text to convert |
Created with MrDocs