Home
last modified time | relevance | path

Searched refs:mfc_string_out_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/regex/
Dmfc.hpp150 class mfc_string_out_iterator class
154 mfc_string_out_iterator(ATL::CSimpleStringT<B, b>& s) : out(&s) {} in mfc_string_out_iterator() function in boost::BOOST_REGEX_DETAIL_NS::mfc_string_out_iterator
155 mfc_string_out_iterator& operator++() { return *this; } in operator ++()
156 mfc_string_out_iterator& operator++(int) { return *this; } in operator ++()
157 mfc_string_out_iterator& operator*() { return *this; } in operator *()
158 mfc_string_out_iterator& operator=(B v) in operator =()
179 BOOST_REGEX_DETAIL_NS::mfc_string_out_iterator<B, b> i(result); in regex_replace()