Searched defs:string_iterator (Results 1 – 4 of 4) sorted by relevance
29 struct string_iterator struct31 typedef string_iterator type;32 typedef string_iterator_tag tag;33 typedef boost::mpl::random_access_iterator_tag category;
34 typedef quickbook::string_view::const_iterator string_iterator; typedef
474 void code_snippet_actions::end_file(string_iterator, string_iterator pos) in end_file() argument
207 typedef typename string_type::iterator string_iterator; in operator ()() typedef