Writes the bytes to the given buffer. More...
Public Member Functions | |
| output_stream (void *p) | |
| std::streamsize | xsputn (const char_type *s, std::streamsize n) final |
| Writes the given bytes to the buffer. | |
| void const * | address (void) const noexcept |
| Returns pointer to the buffer. | |
| void * | address (void) noexcept |
| Returns pointer to the buffer. | |
| void | advance (const std::size_t size) noexcept |
| Advances the buffer pointer. | |
| std::streamsize | written_bytes (void) const noexcept |
| Returns how many bytes have been written. | |
Writes the bytes to the given buffer.
1.8.13