smatch Typedef

Type definition for string match_results.

typedef match_results<string::const_iterator> smatch;

Remarks

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

Requirements

Header: <regex>

Namespace: std

See Also

Reference

<regex>

match_results Class

cmatch Typedef

wcmatch Typedef

wsmatch Typedef

Other Resources

<regex> Members