\returns a const pointer to the array of values. * This function is aimed at interoperability with other libraries. * \sa innerIndexPtr(), outerIndexPtr() */
| 69 | * This function is aimed at interoperability with other libraries. |
| 70 | * \sa innerIndexPtr(), outerIndexPtr() */ |
| 71 | inline const Scalar* valuePtr() const { return derived().valuePtr(); } |
| 72 | /** \returns a non-const pointer to the array of values. |
| 73 | * This function is aimed at interoperability with other libraries. |
| 74 | * \sa innerIndexPtr(), outerIndexPtr() */ |
no outgoing calls
no test coverage detected