const_iterator
| Guaranteed to be a value_type const *. The type is defined however because the
StridedVectorCollection needs to define iterator anyhow for convenience.
|
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| Begin | a.begin() |
value_type const * |
|
| End | a.end() |
value_type const * |
|
| Stride | a.stride() |
ptrdiff_t |
| Name | Expression | Precondition | Semantics | Postcondition |
|---|---|---|---|---|
| Begin | a.begin() |
|||
| End | a.end() |
|||
| Stride | a.stride() |