parseDecimal64Exact overloads
Declared in <bdldfp_decimalutil.h>
Same as the overload taking Decimal32.
static
int
parseDecimal64Exact(
Decimal64* out,
char const* str);
» more...
Same as the overload above for parseDecimal64Exact.
template<class STRING_TYPE>
static
int
parseDecimal64Exact(
Decimal64* out,
STRING_TYPE const& str);
» more...