다음을 통해 공유


error_condition::operator =

새 열거형 값에 할당 된 error_condition 개체입니다.

template<class _Enum>
    error_condition(_Enum error,
        typename enable_if<is_error_condition_enum<_Enum>::value,
            error_condition>::type&
    operator=(Enum _Errcode);

매개 변수

Parameter

설명

_Errcode

열거형 값을 할당 하는 error_condition 개체입니다.

반환 값

참조 하는 error_condition 멤버 함수에 의해 할당 되 고 새 열거형 값 개체입니다.

설명

멤버 연산자 저장소 (value_type)error 에 대 한 포인터 및 오류 코드 값으로는 generic_category.반환 *this.

요구 사항

헤더: <system_error>

네임 스페이스: std

참고 항목

참조

error_condition Class