次の方法で共有


future_error クラス

今後 のオブジェクトを管理する型のメソッドによってスローされる例外オブジェクトを表します。

class future_error : public logic_error {
public:
   future_error(error_code code);
   const error_code& code() const throw();
   const char *what() const throw();
};

必要条件

将来のヘッダー:

名前空間: std

参照

関連項目

logic_error Class

error_code Class

その他の技術情報

ヘッダー ファイル