[re.regiter.cnstr]
28 Text processing library [text]
28.6 Regular expressions library [re]
28.6.11 Regular expression iterators [re.iter]
28.6.11.1 Class template regex_iterator [re.regiter]
28.6.11.1.2 Constructors [re.regiter.cnstr]
Effects: Constructs an end-of-sequence iterator.
regex_iterator(BidirectionalIterator a, BidirectionalIterator b,
const regex_type& re,
regex_constants::match_flag_type m = regex_constants::match_default);