#include <arrays.h>
Public Member Functions | |
| Range (int s, int e) | |
| Constructor. | |
| const int | First () const |
| Returns the start of the range. | |
| const int | Last () const |
| Returns the end point of the range. | |
Range type encapsulating a closed range of values [first,last]. Used to initialies OneDArrays.
Definition at line 59 of file arrays.h.
|
||||||||||||
|
Constructor. Constructor taking a start and an end point for the range. |
1.4.5