<ios> defaultfloat
設定 ios_base 物件的旗標為浮點值使用預設的顯示格式。
ios_base& defaultfloat(
ios_base& _Iosbase
);
參數
- _Iosbase
ios_base 物件。
屬性值/傳回值
傳回組態的 ios_base 物件。
備註
操作工具有效地呼叫 _Iosbase.ios_base::unsetf(ios_base::floatfield),然後傳回 _Iosbase。
需求
標題: <ios>
命名空間: std