Write the specified character at the current write position.
Write the specified character c at the current write position and advance write position of this buffer. Return c, or traits_type::eof() if the end of the write buffer is reached.
c on success, or traits_type::eof() if the write buffer is full
| Name | Description |
|---|---|
| c | character to write |