streambuf::commit Method
Submits a block already allocated by the stream buffer.
virtual void commit(
size_t count
);
Parameters
- count
The number of characters to be committed.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams