Vectors and matrices can be used as ranges. More...
Functions | |
| template<class T, int M> | |
| T * | begin (vec< T, M > &a) |
| template<class T, int M> | |
| const T * | begin (const vec< T, M > &a) |
| template<class T, int M> | |
| T * | end (vec< T, M > &a) |
| template<class T, int M> | |
| const T * | end (const vec< T, M > &a) |
| template<class T, int M, int N> | |
| vec< T, M > * | begin (mat< T, M, N > &a) |
| template<class T, int M, int N> | |
| const vec< T, M > * | begin (const mat< T, M, N > &a) |
| template<class T, int M, int N> | |
| vec< T, M > * | end (mat< T, M, N > &a) |
| template<class T, int M, int N> | |
| const vec< T, M > * | end (const mat< T, M, N > &a) |
Vectors and matrices can be used as ranges.