<PAVE_OVER> basic_ostream::close 方法

關閉資料流,避免進一步執行寫入作業。

pplx::task<bool> close() const;

pplx::task<bool> close(
   std::exception_ptr eptr
) const;

參數

  • eptr

需求

**標頭:**streams.h

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

請參閱

參考

<PAVE_OVER> basic_ostream 類別 (C++ REST SDK)