streambuf::can_write Method
can_write is used to determine whether a stream buffer will support write operations (put).
virtual bool can_write() const;
Requirements
Header: astreambuf.h
Namespace: concurrency::streams
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
can_write is used to determine whether a stream buffer will support write operations (put).
virtual bool can_write() const;
Header: astreambuf.h
Namespace: concurrency::streams