DecimalControl.hasFlags

Checks if the specified error flags are set. Multiple exceptions may be ORed together.

DecimalControl.raiseFlags(ExceptionFlags.overflow | ExceptionFlags.underflow | ExceptionFlags.inexact);
assert (DecimalControl.hasFlags(ExceptionFlags.overflow | ExceptionFlags.inexact));
struct DecimalControl
@nogc @safe nothrow static
@IEEECompliant("testFlags", 26)
@IEEECompliant("testSavedFlags", 26)
bool
hasFlags

Meta