\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(), outerIndexPtr() */
| 169 | * This function is aimed at interoperability with other libraries. |
| 170 | * \sa innerIndexPtr(), outerIndexPtr() */ |
| 171 | inline const Scalar* valuePtr() const { return m_data.valuePtr(); } |
| 172 | /** \returns a non-const pointer to the array of values. |
| 173 | * This function is aimed at interoperability with other libraries. |
| 174 | * \sa innerIndexPtr(), outerIndexPtr() */ |
no outgoing calls
no test coverage detected