class ov::RoundGuard¶
Overview¶
Set current round direction for scoped block. More…
#include <round_guard.hpp>
class RoundGuard
{
public:
// construction
RoundGuard();
};
Detailed Documentation¶
Set current round direction for scoped block.
Round direction can be one of:
FE_DOWNWARD
FE_TONEAREST
FE_TOWARDZERO
FE_UPWARD see std <cfenv> header for details.