sregex_iterator Typedef

Type definition for string regex_iterator.

typedef regex_iterator<string::const_iterator> sregex_iterator;

Remarks

The type describes a specialization of template class regex_iterator Class for iterators of type string::const_iterator.

Requirements

Header: <regex>

Namespace: std

See Also

Reference

<regex>

regex_iterator Class

cregex_iterator Typedef

wcregex_iterator Typedef

wsregex_iterator Typedef

Other Resources

<regex> Members