Returns a pointer to the past-the-end element in the array.
| 75 | |
| 76 | // Returns a pointer to the past-the-end element in the array. |
| 77 | Element_type *end() { return &m_array[size()]; } |
| 78 | |
| 79 | // Erases all of the elements. |
| 80 | void clear() |
no outgoing calls
no test coverage detected