\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(), outerIndexPtr() */
| 146 | * This function is aimed at interoperability with other libraries. |
| 147 | * \sa innerIndexPtr(), outerIndexPtr() */ |
| 148 | inline const Scalar* valuePtr() const { return m_data.valuePtr(); } |
| 149 | /** \returns a non-const pointer to the array of values. |
| 150 | * This function is aimed at interoperability with other libraries. |
| 151 | * \sa innerIndexPtr(), outerIndexPtr() */ |
no outgoing calls
no test coverage detected