次の方法で共有


regex_traits<wchar_t> Class

 

The latest version of this topic can be found at regex_traits<wchar_t> Class.

Specialization of regex_traits for wchar_t.

Syntax

template <>  
class regex_traits<wchar_t>  

Remarks

The class is an explicit specialization of template class regex_traits Class for elements of type wchar_t (so that it can take advantage of library functions that manipulate objects of this type).

Requirements

Header: <regex>

Namespace: std

See Also

<regex>
regex_traits Class