Boost C++ Libraries

PrevUpHomeNext

Struct no_throw_policy

boost::log::formatters::no_throw_policy — No-throw exception policy.

Synopsis

// In header: <boost/log/formatters/exception_policies.hpp>


struct no_throw_policy {

  // public static functions
  static void on_attribute_value_not_found(const char *, unsigned);
};

Description

The policy will not throw exceptions on formatting errors

no_throw_policy public static functions

  1. static void on_attribute_value_not_found(const char *, unsigned int);

PrevUpHomeNext