std::ios_base::width
提供: cppreference.com
![]() | このページは、Google 翻訳を使って英語版から機械翻訳されました。 翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
streamsize width()const; | (1) | |
streamsize width( streamsize new_width ); | (2) | |
Manages the minimum number of characters to generate on certain output conversions.
1) Returns the current field width.
2)指定されたものに精度を設定します.
Original:
Sets the precision to the given one.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
目次 |
[編集]パラメータ
new_width | - | new field width setting |
[編集]値を返します
the field width before the call to the function
[編集]例
This section is incomplete Reason: no example |
[編集]参照
浮動小数点演算の小数点以下の桁数を管理しています Original: manages decimal precision of floating point operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) |