Searched defs:my_handler2_nothrow (Results 1 – 1 of 1) sorted by relevance
88 struct my_handler2_nothrow struct90 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() argument97 void operator() (std::exception&) const in operator ()()101 void operator() (std::runtime_error&) const in operator ()()105 void operator() () const in operator ()()