public member function
<memory>

std:: bad_weak_ptr::what

const char* what() const noexcept;
獲取與異常關聯的訊息
返回值"bad_weak_ptr".

引數



返回值

"bad_weak_ptr"

另見