Returns a read/write iterator that points to the first element in the dimension array. * * @return an iterator. */
| 218 | * @return an iterator. |
| 219 | */ |
| 220 | typename std::array<T, num_max_dimensions>::iterator begin() |
| 221 | { |
| 222 | return _id.begin(); |
| 223 | } |
| 224 | /** Returns a read-only (constant) iterator that points to the first element in the dimension array. |
| 225 | * |
| 226 | * @return an iterator. |
no outgoing calls
no test coverage detected