#include <tinyveciter.h>
Collaboration diagram for TinyVectorIterConst< P_numtype, N_length, N_stride >:
Public Types | |
typedef P_numtype | T_numtype |
Public Member Functions | |
TinyVectorIterConst (const TinyVector< T_numtype, N_length > &x) | |
T_numtype | operator[] (int i) const |
T_numtype | operator() (int i) const |
int | length (int) const |
bool | _bz_hasFastAccess () const |
T_numtype | _bz_fastAccess (int i) const |
int | _bz_suggestLength () const |
Static Public Attributes | |
const int | _bz_staticLengthCount |
Private Attributes | |
const T_numtype *restrict | data_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value: 1 _bz_dynamicLengthCount = 0 _bz_staticLength = 0 |
|
|