bdcd4163c7fd03b80934b5499fc4e07b65ad36bd
any characters written to a stringstream can be optionally read back again using the b_stream read API. this functions similar to a ringbuffer, with two key differences: 1) the buffer is not circular, and will continuously expand to accomodate all incoming data. 2) reading data from the stringstream does not remove it from the buffer.
The file is empty.
Description
Languages
C
98.8%
CMake
1.2%