std::error_category::default_error_condition
提供: cppreference.com
<tbody>
</tbody>
virtual std::error_condition default_error_condition( int code ) const noexcept; |
(C++11以上) | |
指定されたエラーコードのためのエラーコンディションを返します。
std::error_condition(code, *this) と同等です。
引数
| code | - | 返すエラーコンディションのエラーコード |
戻り値
指定されたエラーコードのためのエラーコンディション。