\brief Queries the number of dimensions in the range.
| 5631 | |
| 5632 | //! \brief Queries the number of dimensions in the range. |
| 5633 | size_type dimensions() const |
| 5634 | { |
| 5635 | return dimensions_; |
| 5636 | } |
| 5637 | |
| 5638 | //! \brief Returns the size of the object in bytes based on the |
| 5639 | // runtime number of dimensions |
no outgoing calls
no test coverage detected