Get beginning of const iterator. * * @return beginning of const iterator. */
| 71 | * @return beginning of const iterator. |
| 72 | */ |
| 73 | typename T::const_reverse_iterator cbegin() |
| 74 | { |
| 75 | return _it.rbegin(); |
| 76 | } |
| 77 | |
| 78 | /** Get end of const iterator. |
| 79 | * |
no outgoing calls
no test coverage detected