4 Dec
2013
4 Dec
'13
12:50 a.m.
On Tue, 03 Dec 2013 16:37:25 -0800, Mostafa
It seems that iterator_range can properly model any refinement of the Forward Range concept. Is that right? The reason I ask is that this is not very clear from the documentation, and I had to deduce this from both the iterator_range API and the Random Access Range concept definition. (See documentation at: range/reference/utilities/iterator_range.html)
Does the same also apply to sub_range? Thanks, Mostafa