Home
last modified time | relevance | path

Searched defs:my_handler2_nothrow (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/log/test/run/
Dutil_exception_handler.cpp88 struct my_handler2_nothrow struct
90 typedef void result_type;
91 typedef boost::mpl::vector< std::runtime_error, std::exception >::type exception_types;
93 std::type_info const*& m_pExceptionType;
95 explicit my_handler2_nothrow(std::type_info const*& p) : m_pExceptionType(p) {} in my_handler2_nothrow() argument
97 void operator() (std::exception&) const in operator ()()
101 void operator() (std::runtime_error&) const in operator ()()
105 void operator() () const in operator ()()