template<typename T>
struct Geo::ArrayRange
A range within an array [first, last).
Variables
Name | Description |
---|---|
T * first | The first element in the range. |
T * last | The element after the last element in the range. |
A range within an array [first, last).
Name | Description |
---|---|
T * first | The first element in the range. |
T * last | The element after the last element in the range. |