\returns a const pointer to the array of the starting positions of the inner vectors. * This function is aimed at interoperability with other libraries. * \sa valuePtr(), innerIndexPtr() */
| 164 | * This function is aimed at interoperability with other libraries. |
| 165 | * \sa valuePtr(), innerIndexPtr() */ |
| 166 | inline const StorageIndex* outerIndexPtr() const { return m_outerIndex; } |
| 167 | /** \returns a non-const pointer to the array of the starting positions of the inner vectors. |
| 168 | * This function is aimed at interoperability with other libraries. |
| 169 | * \sa valuePtr(), innerIndexPtr() */ |
no outgoing calls
no test coverage detected