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

Go to the source code of this file.

Enumerations

enum  bsl::float_denorm_style : bsl::int32 { denorm_indeterminate = -1, denorm_absent = 0, denorm_present = 1 }
 Enumerates subnormal values for floating points. More...
 

Detailed Description

Enumeration Type Documentation

◆ float_denorm_style

Enumerates subnormal values 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.