std::noshowpoint
std::showpoint, std::noshowpoint
Defined in header <ios> | ||
---|---|---|
std::ios_base& showpoint( std::ios_base& str ); | (1) | |
std::ios_base& noshowpoint( std::ios_base& str ); | (2) |
Enables or disables the unconditional inclusion of the decimal point character in floating-point output. Has no effect on input.