\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(), outerIndexPtr() */
| 175 | * This function is aimed at interoperability with other libraries. |
| 176 | * \sa innerIndexPtr(), outerIndexPtr() */ |
| 177 | inline const Scalar* valuePtr() const { return m_data.valuePtr(); } |
| 178 | /** \returns a non-const pointer to the array of values. |
| 179 | * This function is aimed at interoperability with other libraries. |
| 180 | * \sa innerIndexPtr(), outerIndexPtr() */ |
no outgoing calls
no test coverage detected