ArrayConstRange< Element > Struct Template Reference

#include <arrayrange.h>

Public Types

typedef const Element * Iterator

Public Member Functions

 ArrayConstRange (Iterator first, Iterator last)

Data Fields

Iterator first
Iterator last

Detailed Description

template<typename Element>
struct ArrayConstRange< Element >

Definition at line 44 of file arrayrange.h.


Member Typedef Documentation

template<typename Element>
typedef const Element* ArrayConstRange< Element >::Iterator

Definition at line 45 of file arrayrange.h.


Constructor & Destructor Documentation

template<typename Element>
ArrayConstRange< Element >::ArrayConstRange ( Iterator  first,
Iterator  last 
) [inline]

Definition at line 46 of file arrayrange.h.


Field Documentation

template<typename Element>
Iterator ArrayConstRange< Element >::first

Definition at line 49 of file arrayrange.h.

template<typename Element>
Iterator ArrayConstRange< Element >::last

Definition at line 50 of file arrayrange.h.


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2