class
<regex>
std::wcsub_match
typedef sub_match<const wchar_t*> csub_match;
sub_match for wide string literals
This is an instantiation of the sub_match class template for matches on wide string literals of type const wchar_t*.
The members of this class are those described for sub_match, but using const wchar_t* as its BidirectionalIterator template parameter.
Please, refer to sub_match for further information.
See also
- sub_match
- Sub-expression match (class template)