static const float_round_style round_style = round_toward_zero;
The member stores a value that describes the various methods an implementation can choose for rounding a floating-point value to an integer value.
See the related numeric_limits sample program.