Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename T>
struct Geo::ArrayRange

A range within an array [first, last).

Variables

NameDescription
T * first

The first element in the range.

T * last

The element after the last element in the range.