Same as the related overload above for asUint.

Synopsis

Declared in <bdljsn_jsonnumber.h>

int
asUint(unsigned int* result) const;

Return Value

0 on success, or k_OVERFLOW, k_UNDERFLOW, or k_NOT_INTEGRAL on failure

Parameters

Name

Description

result

integer to receive the converted value

Created with MrDocs