! \return begin of the array */
| 101 | } |
| 102 | /*! \return begin of the array */ |
| 103 | inline const ValueType* begin() const { |
| 104 | return begin_; |
| 105 | } |
| 106 | /*! \return end point of the array */ |
| 107 | inline const ValueType* end() const { |
| 108 | return begin_ + size_; |
no outgoing calls
no test coverage detected