Content deleted Content added
m Dated {{Dead link}}. (Build p621) |
changed {{Unreferenced}} to {{Refimprove}} & general fixes using AWB (7940) |
||
Line 1:
{{
In [[computer science]], the term '''range''' may refer to one of three things:
# The possible values that may be stored in a [[variable (programming)|variable]].
Line 14:
== Range as an alternative to iterator ==
Another meaning of ''range'' in computer science is an alternative to [[iterator]]. When used in this sense, range is defined as "a pair of begin/end iterators packed together"
| author = [[Andrei Alexandrescu]]
| title = Iterators Must Go
Line 21:
| accessdate = 23 May 2010
| publisher = BoostCon 2009
}}</ref>
In particular, such ranges are supported in [[Boost C++ Libraries]]
==See also==
|