31 namespace std _GLIBCXX_VISIBILITY(default)
35 _GLIBCXX_BEGIN_NAMESPACE_VERSION
47 virtual void _M_next() = 0;
48 virtual bool _M_at_end()
const = 0;
52 template<
typename _FwdIterT>
58 : _M_b(__b), _M_c(__b), _M_e(__e)
61 typename std::iterator_traits<_FwdIterT>::value_type
83 {
return _M_c == _M_e; }
92 template<
typename _FwdIterT>
94 __cursor(
const _FwdIterT& __b,
const _FwdIterT __e)
98 _GLIBCXX_END_NAMESPACE_VERSION
ABC for pattern matching.
ISO C++ entities toplevel namespace is std.
Provides a cursor into the specific target string.