Construct
a basic_streambuf
object.
basic_streambuf( std::size_t maximum_size = (std::numeric_limits< std::size_t >::max)(), const Allocator & allocator = Allocator());
Constructs a streambuf with the specified maximum size. The initial size of the streambuf's input sequence is 0.