class
<regex>

std::wregex

typedef basic_regex<wchar_t> wregex;
Regex for wchar_t
This is an instantiation of the basic_regex class template for characters of type wchar_t.

The members of this class are those described for basic_regex, but using wchar_t as its first template parameter (charT), and the corresponding regex_traits<wchar_t> as its second template parameter (traits).

Please, refer to basic_regex for further information.

See also