名前空間
変種
操作

std::set_unexpected

提供: cppreference.com
< cpp‎ | error
2012年10月30日 (火) 16:05時点におけるP12 (トーク | 投稿記録)による版

 
 
ユーティリティライブラリ
汎用ユーティリティ
日付と時間
関数オブジェクト
書式化ライブラリ (C++20)
(C++11)
関係演算子 (C++20で非推奨)
整数比較関数
(C++20)
スワップと型操作
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
一般的な語彙の型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等文字列変換
(C++17)
(C++17)
 
エラー処理
例外処理
例外処理の失敗
(C++17未満)
(C++17未満)
(C++11)(C++17未満)
set_unexpected
(C++17未満)
エラー番号
エラー番号
 
Defined in header <exception>
f新しいグローバルstd::unexpected_handlerになり、以前にインストールされstd::unexpected_handlerを返します。.
Original:
Makes f the new global std::unexpected_handler and returns the previously installed std::unexpected_handler.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次

パラメータ

f -
タイプstd::unexpected_handler、またはNULLポインタの関数へのポインタ
Original:
pointer to function of type std::unexpected_handler, or null pointer
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

値を返します

以前にインストールした予期しないハンドラ、またはどれもインストールされていない場合は、nullポインタ値.
Original:
The previously-installed unexpected handler, or a null pointer value if none was installed.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

例外

noexcept 指定:  
noexcept
  

も参照してください

テンプレート:cpp/error/dcl list unexpectedテンプレート:cpp/error/dcl list get unexpectedテンプレート:cpp/error/dcl list unexpected handler