<div dir="ltr">Hi Adam,<br><div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
There is also a no-parameter qend() which return a special end_query_iterator which may be compared with arbitrary iterator returned by qbegin() to check if the query has ended. But since it has different type it can&#39;t be used in STL algorithms like std::copy().<br>
</blockquote><div><br></div><div>This sounds a bit unusual. What I&#39;ve seen done so far is that the same iterator type is used and it simply as a no parameter constructor, and flags itself as end-iterator/default-constructed if constructed this way. Was it really an issue to do like that?<br>
<br></div><div>Otherwise, sounds like a useful addition, thanks for that.<br><br></div><div>Regards<br>Bruno<br></div></div></div></div></div>