iterator |
guaranteed to be a value_type* or value_type const * . Because the
return type of begin() and end() is either of these two, iterator
is defined for convenience.
|
Name | Expression | Type requirements | Return type |
---|---|---|---|
Begin | a.begin() |
iterator |
|
End | a.end() |
iterator |
|
Stride | a.stride() |
ptrdiff_t |
Name | Expression | Precondition | Semantics | Postcondition |
---|---|---|---|---|
Begin | a.begin() |
|||
End | a.end() |
|||
Stride | a.stride() |