Name

float_denorm_style type — Represents existence of denormalized, floating-point values

Synopsis

enum float_denorm_style {
  denorm_indeterminate = -1;
  denorm_absent = 0;
  denorm_present = 1;
};

The float_denorm_style type is an enumerated type that represents whether denormalized floating-point values are supported.

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.