std::nested_exception::nested_ptr
来自cppreference.com
                    
                                        
                    < cpp | error | nested exception
                    
                                                            
                    |   std::exception_ptr nested_ptr() const noexcept;  | 
(C++11 起) | |
返回指向存储的异常的指针,若存在。
参数
(无)
返回值
若存储异常则为指向它的 std::exception_ptr ,否则为默认构造的 std::exception_ptr() 。