! \return end point of the array */
| 105 | } |
| 106 | /*! \return end point of the array */ |
| 107 | inline const ValueType* end() const { |
| 108 | return begin_ + size_; |
| 109 | } |
| 110 | /*! |
| 111 | * \brief get i-th element from the view |
| 112 | * \param i The index. |
no outgoing calls
no test coverage detected