|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
异常包装器基类 更多...
#include <exception_ptr.hpp>
Public 成员函数 | |
| virtual void | rethrow () const =0 |
| 重新抛出异常 | |
| virtual const std::type_info & | type () const noexcept=0 |
| 获取异常类型信息 | |
| virtual unique_ptr< exception_wrapper > | clone () const =0 |
| 克隆异常包装器 | |