Namespaces
Variants

std::error_code:: category

From cppreference.net
Utilities library
const std:: error_category & category ( ) const noexcept ;
(C++11부터)

오류 코드의 오류 범주를 반환합니다.

매개변수

(없음)

반환값

오류 코드의 오류 범주입니다.

참고 항목

error_code 의 값을 획득합니다
(public member function)