parseDecimal32 overloads
Synopses
Declared in <bdldfp_decimalutil.h>
Parse str as a Decimal32 into out.
static
int
parseDecimal32(
Decimal32* out,
char const* str);
Same as the related overload above for parseDecimal32.
template<class STRING_TYPE>
static
int
parseDecimal32(
Decimal32* out,
STRING_TYPE const& str);
Return Value
0 on success and non‐zero otherwise
Parameters
Name |
Description |
out |
receives the parsed value |
str |
null‐terminated decimal text to parse |
Created with MrDocs