C++ 異常庫 - operator=



描述

這是一個複製異常。

宣告

以下是 std::exception::operator= 的宣告

	
exception& operator= (const exception& e) throw();

C++11

	
exception& operator= (const exception& e) noexcept;

引數

e - 另一個異常物件。

返回值

異常

無丟擲保證 - 沒有成員丟擲異常。

exception.htm
廣告

© . All rights reserved.