cregex_iterator Typedef
Type definition for char regex_iterator.
typedef regex_iterator<const char*> cregex_iterator;
Remarks
The type describes a specialization of template class regex_iterator Class for iterators of type const char*.
Requirements
Header: <regex>
Namespace: std