nixd
|
Weak reference to an array, with begin and end pointers. More...
#include <ArrayRef.h>
Public Attributes | |
const T * | Begin |
const T * | End |
Weak reference to an array, with begin and end pointers.
Definition at line 11 of file ArrayRef.h.
const T* nixt::ArrayRef< T >::Begin |
Definition at line 12 of file ArrayRef.h.
Referenced by nixt::advance(), nixt::begin(), nixt::lengthof(), and nixt::view().
const T* nixt::ArrayRef< T >::End |
Definition at line 13 of file ArrayRef.h.
Referenced by nixt::advance(), nixt::end(), nixt::lengthof(), and nixt::view().