共用方式為


basic_ostream::sentry

巢狀類別描述宣告結構格式化輸出功能和未格式化輸出函式的物件。

class sentry {
public:
    explicit sentry( basic_ostream<_Elem, _Tr>& _Ostr );
    operator bool( ) const;
    ~sentry( );
};

備註

巢狀類別描述宣告結構格式化輸出功能和未格式化輸出函式的物件。 如果 ostr.trueostr.WITH TIES 不為 null 指標,建構函式呼叫 ostr.tie->清除。 建構函式在 statusostr.good 儲存傳回的值。 對 operator bool 上呼叫提供此儲存的值。

如果 uncaught_exception 傳回 false ,而 旗標。&unitbuf 為非零,解構函式呼叫 清除

需求

標題: <ostream>

命名空間: std

請參閱

參考

basic_ostream 類別

iostream 程式設計

iostreams 慣例