다음을 통해 공유


regex_error 클래스

Reports a bad basic_regex object.

class regex_error
    : public std::runtime_error {
public:
    explicit regex_error(regex_constants::error_code error);
    regex_constants::error_code code() const;
    };

설명

The class describes an exception object thrown to report an error in the construction or use of a basic_regex object.

요구 사항

헤더:<regex>

네임스페이스: std

참고 항목

참조

<regex>

regex_error 클래스

기타 리소스

<regex> 멤버