parseDecimal64Exact overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Same as the overload taking Decimal32.
static
int
parseDecimal64Exact(
Decimal64* out,
char const* str);
Same as the related overload above for parseDecimal64Exact.
template<class STRING_TYPE>
static
int
parseDecimal64Exact(
Decimal64* out,
STRING_TYPE const& str);
Return Value
0 if exact, positive if approximate, and negative if unparsable
Parameters
Name |
Description |
out |
receives the parsed value |
str |
null‐terminated decimal text to parse |
Created with MrDocs