\brief Returns the size of the object in bytes based on the runtime number of dimensions
| 5638 | //! \brief Returns the size of the object in bytes based on the |
| 5639 | // runtime number of dimensions |
| 5640 | size_type size() const |
| 5641 | { |
| 5642 | return dimensions_*sizeof(size_type); |
| 5643 | } |
| 5644 | |
| 5645 | size_type* get() |
| 5646 | { |
no outgoing calls
no test coverage detected