error_condition::operator! =
이 다른 지 테스트 error_condition 개체입니다.
bool operator!=(const error_condition& _Right) const;
매개 변수
Parameter |
설명 |
---|---|
_Right |
값이 같지 않은지 테스트 하는 개체입니다. |
반환 값
true 경우는 error_condition 개체 is equal to는 error_condition 개체 전달 _Right. 그렇지 않으면 거짓.
설명
멤버 연산자를 반환 합니다. !(*this == _Right).
요구 사항
헤더: <system_error>
네임 스페이스: std