ostreambuf_iterator& operator=(CharT c);
概要
値を出力する
効果
failed() == false
の場合にsbuf_->sputc(c)
を行い、そうでなければ何もしない。
※ sbuf_
はメンバ変数として保持しているstreambuf_type
オブジェクトへのポインタ
戻り値
*this
例
出力
ostreambuf_iterator& operator=(CharT c);
値を出力する
failed() == false
の場合にsbuf_->sputc(c)
を行い、そうでなければ何もしない。
※ sbuf_
はメンバ変数として保持しているstreambuf_type
オブジェクトへのポインタ
*this