| 142 | |
| 143 | template <typename T> |
| 144 | const T* Tr2AddSafeGrowableBuffer<T>::end() const |
| 145 | { |
| 146 | // cppcheck-suppress arithOperationsOnVoidPointer |
| 147 | return this->GetData() + this->GetCount(); |
| 148 | } |
| 149 | |
| 150 | template <typename T> |
| 151 | T* Tr2AddSafeGrowableBuffer<T>::end() |