- iterator[meta header]
- std[meta namespace]
- ostreambuf_iterator[meta class]
- function[meta id-type]
bool failed() const noexcept;
書き込みに失敗したかを判定する
前回のoperator=
でのsbuf_->sputc()
呼び出しがTraits::eof()
を返した場合はtrue
、そうでなければfalse
を返す。
bool failed() const noexcept;
書き込みに失敗したかを判定する
前回のoperator=
でのsbuf_->sputc()
呼び出しがTraits::eof()
を返した場合はtrue
、そうでなければfalse
を返す。