\returns a const pointer to the array of inner indices. * This function is aimed at interoperability with other libraries. * \sa valuePtr(), outerIndexPtr() */
| 78 | * This function is aimed at interoperability with other libraries. |
| 79 | * \sa valuePtr(), outerIndexPtr() */ |
| 80 | inline const StorageIndex* innerIndexPtr() const { return derived().innerIndexPtr(); } |
| 81 | /** \returns a non-const pointer to the array of inner indices. |
| 82 | * This function is aimed at interoperability with other libraries. |
| 83 | * \sa valuePtr(), outerIndexPtr() */ |
no outgoing calls
no test coverage detected