@brief Return a non-const iterator pointing to the first element
| 377 | |
| 378 | /// @brief Return a non-const iterator pointing to the first element |
| 379 | Iterator begin() { return Iterator(*this, 0); } |
| 380 | |
| 381 | /// @brief Return a non-const iterator pointing to the |
| 382 | /// past-the-last element. |
no test coverage detected