My Project
Enumerations
float_round_style.hpp File Reference
#include "cstdint.hpp"

Go to the source code of this file.

Enumerations

enum  bsl::float_round_style : bsl::int32 {
  round_indeterminate = -1, round_toward_zero = 0, round_to_nearest = 1, round_toward_infinity = 2,
  round_toward_neg_infinity = 3
}
 Enumerates round styles for floating points. More...
 

Detailed Description

Enumeration Type Documentation

◆ float_round_style

Enumerates round styles for floating points.

Note
We do not support floating point numbers. This is only implemented for completeness. In most cases, if you attempt to use floating point numbers with the BSL, you will receive a compilation error.