@returns the raw data of this array as a read-only buffer. **/
| 92 | |
| 93 | /** @returns the raw data of this array as a read-only buffer. **/ |
| 94 | const T* GetData() const |
| 95 | { |
| 96 | return m_pData; |
| 97 | } |
| 98 | |
| 99 | /** @returns the raw data of this array as a modifiable buffer. **/ |
| 100 | T* GetData() |
no outgoing calls
no test coverage detected