libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _Disable_exceptions() [1/2]

template<typename _CharT, typename _Traits>
std::basic_ostream< _CharT, _Traits >::_Disable_exceptions::_Disable_exceptions ( basic_ostream & __os)
inline

Definition at line 514 of file ostream.h.

515 : _M_os(__os), _M_exception(_M_os._M_exception)
516 { _M_os._M_exception = ios_base::goodbit; }
Template class basic_ostream.
Definition ostream.h:67
const ios_base::iostate _M_exception
Definition ostream.h:529

References std::basic_ostream< _CharT, _Traits >::basic_ostream(), _M_exception, _M_os, and std::ios_base::goodbit.

Referenced by _Disable_exceptions(), and operator=().

Here is the call graph for this function:
Here is the caller graph for this function: