◐ Shell
clean mode source ↗

std::regex_error::code - cppreference.com

From cppreference.com

std::regex_constants::error_type code() const;
(since C++11)

Returns the std::regex_constants::error_type that was passed to the std::regex_error constructor.

See also