default (1) |
nested_exception() noexcept; |
copy (2) |
nested_exception (const nested_exception& e) noexcept = default; |
nested_exception::nested_ptr | 获取嵌套异常智能指针(函数) |
throw_with_nested | 抛出嵌套异常(函数) |