error_code::operator=
指定新的列舉值至 error_code 物件。
template<class _Enum>
typename enable_if<is_error_code_enum<_Enum>::value,
error_code>::type&
operator=(_Enum _Errcode);
參數
參數 |
說明 |
---|---|
_Errcode |
指派給 error_code 物件的列舉值。 |
傳回值
對成員函式指派新的列舉值之 error_code 物件的參考。
備註
成員運算子儲存 (value_type)_Errcode 做為錯誤碼值和指標至 generic_category。 它會傳回 *this。
需求
標頭<系統錯誤>
命名空間: std