Home | History | Annotate | Download | only in bits

Lines Matching refs:regex_iterator

2230   // std [28.12] Class template regex_iterator
2238 class regex_iterator
2255 regex_iterator();
2258 * Constructs a %regex_iterator...
2266 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2271 * Copy constructs a %regex_iterator.
2275 regex_iterator(const regex_iterator& __rhs);
2281 regex_iterator&
2282 operator=(const regex_iterator& __rhs);
2289 operator==(const regex_iterator& __rhs);
2296 operator!=(const regex_iterator& __rhs);
2316 regex_iterator&
2323 regex_iterator
2335 typedef regex_iterator<const char*> cregex_iterator;
2336 typedef regex_iterator<string::const_iterator> sregex_iterator;
2338 typedef regex_iterator<const wchar_t*> wcregex_iterator;
2339 typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
2494 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> position_iterator;