This topic has not yet been rated - Rate this topic

cregex_iterator Typedef

Type definition for char regex_iterator.

typedef regex_iterator<const char*> cregex_iterator;

The type describes a specialization of template class regex_iterator Class for iterators of type const char*.

Header: <regex>

Namespace: std::tr1

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.