• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <ios>

    std::oct

    namespace std {
      ios_base& oct(ios_base& str);
    }
    

    概要

    整数を八進法で出力することを指示するマニピュレータ。

    効果

    str.setf(ios_base::oct, ios_base::basefield)を実行する。

    戻り値

    実引数のstrオブジェクト。

    decを参照。

    バージョン

    言語

    • C++03

    参照