sregex_iterator

typedef regex_iterator<string::const_iterator> sregex_iterator;

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