\returns a const pointer to the array of inner indices. * This function is aimed at interoperability with other libraries. * \sa valuePtr(), outerIndexPtr() */
| 155 | * This function is aimed at interoperability with other libraries. |
| 156 | * \sa valuePtr(), outerIndexPtr() */ |
| 157 | inline const StorageIndex* innerIndexPtr() const { return m_data.indexPtr(); } |
| 158 | /** \returns a non-const pointer to the array of inner indices. |
| 159 | * This function is aimed at interoperability with other libraries. |
| 160 | * \sa valuePtr(), outerIndexPtr() */ |
no test coverage detected