- iterator[meta header]
- std[meta namespace]
- ostreambuf_iterator[meta class]
- function[meta id-type]
ostreambuf_iterator& operator=(CharT c);
値を出力する
failed
() == false
の場合にsbuf_->
sputc
(c)
を行い、そうでなければ何もしない。
※ sbuf_
はメンバ変数として保持しているstreambuf_type
オブジェクトへのポインタ
*this