Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the stream buffer size, if one has been set.
virtual size_t buffer_size(
std::ios_base::openmode direction = std::ios_base::in
) const;
Parameters
- direction
The direction of buffering (in or out)
Return Value
The size of the internal buffer (for the given direction).
Remarks
An implementation that does not support buffering will always return 0.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams