Returns a reverse iterator pointing to the theoretical element preceding the * first element of the vector (which is considered its reverse end). */
| 96 | * first element of the vector (which is considered its reverse end). |
| 97 | */ |
| 98 | reverse_iterator rend() { return _data.rend(); } |
| 99 | /** Returns a reverse iterator pointing to the theoretical element preceding the |
| 100 | * first element of the vector (which is considered its reverse end). |
| 101 | */ |
no outgoing calls
no test coverage detected