Get end of const iterator. * * @return end of const iterator. */
| 80 | * @return end of const iterator. |
| 81 | */ |
| 82 | typename T::const_reverse_iterator cend() |
| 83 | { |
| 84 | return _it.rend(); |
| 85 | } |
| 86 | |
| 87 | private: |
| 88 | T &_it; |
no outgoing calls
no test coverage detected