\brief Return the index of the vectorized dimension or -1 for non-vectorized formats. \return the index of the vectorized dimension.
| 8499 | //! \return the index of the vectorized dimension. |
| 8500 | //! |
| 8501 | int64_t getVectorizedDim() const noexcept |
| 8502 | { |
| 8503 | return mImpl->getVectorizedDim(); |
| 8504 | } |
| 8505 | |
| 8506 | //! |
| 8507 | //! \brief Return the number of components per element. |
no outgoing calls
no test coverage detected