Home
last modified time | relevance | path

Searched defs:case_converting_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/xpressive/
Dmatch_results.hpp129 struct case_converting_iterator struct
131 typedef std::output_iterator_tag iterator_category;
132 typedef Char value_type;
133 typedef void difference_type;
134 typedef void pointer;
135 typedef case_converting_iterator<OutputIterator, Char> reference;
137 case_converting_iterator(OutputIterator const &out, traits<Char> const *tr) in case_converting_iterator() argument
144 OutputIterator base() const in base()
149 case_converting_iterator &operator ++() in operator ++()
156 case_converting_iterator operator ++(int) in operator ++()
[all …]