DecimalControl.restoreFlags

Enables specified error flags (group) without throwing corresponding exceptions.

DecimalControl.restoreFlags(ExceptionFlags.underflow | ExceptionsFlags.inexact);
assert (DecimalControl.testFlags(ExceptionFlags.underflow | ExceptionFlags.inexact));
struct DecimalControl
@nogc @safe nothrow static
@IEEECompliant("restoreFlags", 26)
void
restoreFlags

Meta