basic_ostream& put (char_type c);
*this
).flag | error |
---|---|
eofbit | - |
failbit | May be set if the construction of sentry failed. |
badbit | Either the insertion on the stream failed, or some other error happened (such as when this function catches an exception thrown by an internal operation). When set, the integrity of the stream may have been affected. |
|
|