The following lines transform the result. Notice that
The following lines transform the result. Notice that
<ulinkurl="../../libs/range/doc/utility_class.html"><code>boost::iterator_range</code></ulink> has familiar
<ulinkurl="../../libs/range/doc/html/range/utilities/iterator_range.html"><code>boost::iterator_range</code></ulink> has familiar
<code>begin()</code> and <code>end()</code> methods, so it can be used like any other STL container.
<code>begin()</code> and <code>end()</code> methods, so it can be used like any other STL container.
Also it is convertible to bool therefore it is easy to use find algorithms for a simple containment checking.
Also it is convertible to bool therefore it is easy to use find algorithms for a simple containment checking.
</para>
</para>
@@ -264,7 +264,7 @@
the find iterator allows us to iterate over the substrings matching the specified criteria.
the find iterator allows us to iterate over the substrings matching the specified criteria.
This facility is using the <linklinkend="string_algo.finder_concept">Finder</link> to incrementally
This facility is using the <linklinkend="string_algo.finder_concept">Finder</link> to incrementally
search the string.
search the string.
Dereferencing a find iterator yields an <ulinkurl="../../libs/range/doc/utility_class.html"><code>boost::iterator_range</code></ulink>
Dereferencing a find iterator yields an <ulinkurl="../../libs/range/doc/html/range/utilities/iterator_range.html"><code>boost::iterator_range</code></ulink>
object, that delimits the current match.
object, that delimits the current match.
</para>
</para>
<para>
<para>
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.