@brief Returns a pointer to the end. @return The end as a pointer.
| 112 | /// @brief Returns a pointer to the end. |
| 113 | /// @return The end as a pointer. |
| 114 | T* end() { |
| 115 | return &mStorage[mSize]; |
| 116 | } |
| 117 | |
| 118 | /// @brief Returns a const pointer to the first item. |
| 119 | /// @return The first item as a const pointer. |
no outgoing calls
no test coverage detected