streambuf::can_write 方法

can_write 用來判斷資料流緩衝區是否支援寫入作業 (put)。

virtual bool can_write() const;

需求

**標頭:**astreambuf.h

**命名空間:**concurrency::streams

請參閱

參考

streambuf 類別