W3cubDocs

/C++

std::regex_error::regex_error

Defined in header <regex>
regex_error(std::regex_constants::error_type ecode);
(since C++11)

Constructs a regex_error with a given ecode of type std::regex_constants::error_type .

See Also

(C++11)
describes different types of matching errors
(typedef)

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/regex/regex_error/regex_error