Share via


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

See Also

Reference

streambuf Class