nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
nixt::ArrayRef< T > Struct Template Reference

Weak reference to an array, with begin and end pointers. More...

#include <ArrayRef.h>

Public Attributes

const T * Begin
 
const T * End
 

Detailed Description

template<class T>
struct nixt::ArrayRef< T >

Weak reference to an array, with begin and end pointers.

Note
Please always pass/return by value and don't add member functions.

Definition at line 11 of file ArrayRef.h.

Member Data Documentation

◆ Begin

template<class T >
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().

◆ End

template<class T >
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().


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