#include <floatingpoint.h>
Helper class to temporarily deactivate all floating point checks. The checks will be disabled and return to their previous states when the current scope is left (and therefore the class is destructed).
公共成员函数 |
|
SuppressFloatingPointChecks () | |
~SuppressFloatingPointChecks () |
Private Attributes |
|
Bool | oldState |
SuppressFloatingPointChecks | ( | ) |
~ SuppressFloatingPointChecks | ( | ) |
|
private |