Generate an error if t is not a valid decimal floating-point literal.
Declared in <bdldfp_decimalimputil.h>
template<class TYPE>
static
void
checkLiteral(TYPE const& t);
Note that this function is intended for use with literals.
| Name | Description |
|---|---|
| t | value used to diagnose an invalid literal |