Write a block of characters to the stream.
Declared in <bslstl_ostringstream.h>
BaseStream&
write(
char_type const* buffer,
std::streamsize count);
a reference to this stream
| Name | Description |
|---|---|
| buffer | characters to write |
| count | number of characters to write |