#include <arrayrange.h>
Public Types | |
typedef const Element * | Iterator |
Public Member Functions | |
ArrayConstRange (Iterator first, Iterator last) | |
Data Fields | |
Iterator | first |
Iterator | last |
Definition at line 44 of file arrayrange.h.
typedef const Element* ArrayConstRange< Element >::Iterator |
Definition at line 45 of file arrayrange.h.
ArrayConstRange< Element >::ArrayConstRange | ( | Iterator | first, | |
Iterator | last | |||
) | [inline] |
Definition at line 46 of file arrayrange.h.
Iterator ArrayConstRange< Element >::first |
Definition at line 49 of file arrayrange.h.
Iterator ArrayConstRange< Element >::last |
Definition at line 50 of file arrayrange.h.