Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/filters/exception_policies.hpp>

Andrey Semashev

01.11.2009

The header contains declaration of policies for exception throwing from filters

namespace boost {
  namespace log {
    namespace filters {
      struct no_throw_policy;
      struct throw_policy;
    }
  }
}

PrevUpHomeNext