.TH "std::regex_error" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::regex_error \- A regular expression exception class\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::runtime_error\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBregex_error\fP (\fBregex_constants::error_type\fP __ecode)" .br .RI "Constructs a regex_error object\&. " .ti -1c .RI "\fBregex_constants::error_type\fP \fBcode\fP () const" .br .RI "Gets the regex error code\&. " .ti -1c .RI "virtual const char * \fBwhat\fP () const noexcept" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "void \fB__throw_regex_error\fP (\fBregex_constants::error_type\fP, const char *)" .br .in -1c .SH "Detailed Description" .PP A regular expression exception class\&. The regular expression library throws objects of this class on error\&. .PP Definition at line 132 of file regex_error\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.