| 275 | return m_Array.at(vIdx); |
| 276 | } |
| 277 | typename std::vector<T>::iterator begin() { |
| 278 | return m_Array.begin(); |
| 279 | } |
| 280 | typename std::vector<T>::const_iterator begin() const { |
| 281 | return m_Array.begin(); |
| 282 | } |
no outgoing calls
no test coverage detected