error_condition::error_condition
개체 형식의 생성 error_condition.
error_condition();
error_condition(value_type _Val, const error_category& _Cat);
template<class _Enum>
error_condition(_Enum _Errcode,
typename enable_if<is_error_condition_enum<_Enum>::value,
error_code>::type * = 0);
매개 변수
Parameter |
설명 |
---|---|
_Val |
오류 코드 값을 저장 하는 error_condition. |
_Cat |
오류 범주를 저장 하는 error_condition. |
_Errcode |
열거형 값을 저장 하는 error_condition. |
설명
첫 번째 생성자에 대 한 포인터 저장 오류 코드 0에서 generic_category.
두 번째 생성자 저장소 _Val 오류 코드 값에 대 한 포인터와 error_category.
세 번째 생성자 저장소 (value_type)_Errcode 에 대 한 포인터 및 오류 코드 값으로는 generic_category.
요구 사항
헤더: <system_error>
네임 스페이스: std