Namespaces
Variants
Actions

std::regex_error

From cppreference.com
< cpp‎ | regex
 
 
 
Regular expressions library
Classes
(C++11)
Algorithms
Iterators
Exceptions
regex_error
(C++11)
Traits
Constants
(C++11)
Regex Grammar
 
 
Defined in header <regex>
class regex_error;
(since C++11)

Defines the type of exception object thrown to report errors in the regular expressions library.

cpp/error/exceptioncpp/error/runtime errorstd-regex error-inheritance.svg

Inheritance diagram

Contents