C++ Complementary Library
Construct a default floating point format, where the radix is 10, the sign status is sign_status::only_when_negative, the thousands separator is thousands_separator::none, the radix character is radix_character::period, the radix place limit is radix_place_limit::none and the radix place count is 0.
Construct a floating point format with the given radix, sign status, thousands separator, radix character, radix place limit and radix place count.
The radix.
The sign status.
The thousands separator.
The radix character.
The radix place limit.
The radix place count.
Copy-constructs a floating_point_format from an existing one.
The floating_point_format to copy from.
Copy-assigns a floating_point_format into this one.
The floating_point_format to copy from.
Move-constructs a floating_point_format from an existing one.
The floating_point_format to move from.
Move-assigns a floating_point_format into this one.
The floating_point_format to move from.
Returns the radix of this floating point format.
Sets the radix of this floating point format.
The new radix of this floating point format.
Returns the sign status of this floating point format.
Sets the sign status of this floating point format.
The new sign status of this floating point format.
Returns the thousands separator of this floating point format.
Sets the thousands separator of this floating point format.
The new thousands separator of this floating point format.
Returns the radix character of this floating point format.
Sets the radix character of this floating point format.
The new radix character of this floating point format.
Returns the radix place limit of this floating point format.
Sets the radix place limit of this floating point format.
The new radix place limit of this floating point format.
Returns the radix place count of this floating point format.
Sets the radix place count of this floating point format.
The new radix place count of this floating point format.
Copyright © 2022-2025 Daniel T. McGinnis