• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <iterator>

    std::ostreambuf_iterator::operator=

    ostreambuf_iterator& operator=(CharT c);
    

    概要

    値を出力する

    効果

    failed() == falseの場合にsbuf_->sputc(c)を行い、そうでなければ何もしない。

    sbuf_はメンバ変数として保持しているstreambuf_typeオブジェクトへのポインタ

    戻り値

    *this

    
    

    出力

    参照