![]() |
boost::log::basic_formatting_ostream::sentry
// In header: <boost/log/utility/formatting_ostream.hpp> class sentry : public sentry { public: // public member functions explicit sentry(basic_formatting_ostream &); explicit operator bool() const; bool operator!() const; sentry(sentry const &) = delete; sentry & operator=(sentry const &) = delete; };
sentry
public member functionsexplicit sentry(basic_formatting_ostream & strm);
explicit operator bool() const;
bool operator!() const;
sentry(sentry const &) = delete;
sentry & operator=(sentry const &) = delete;