Namespaces
Variants

std::error_code:: clear

From cppreference.net
Utilities library
void clear ( ) noexcept ;
(C++11부터)

오류 코드와 오류 카테고리를 기본값으로 대체합니다.

다음 코드와 동일합니다: * this = error_code ( 0 , std:: system_category ( ) ) .

매개변수

(없음)

반환값

(없음)