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
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