return value of the iterator
| 5230 | |
| 5231 | /// return value of the iterator |
| 5232 | typename IteratorType::reference value() const |
| 5233 | { |
| 5234 | return anchor.value(); |
| 5235 | } |
| 5236 | }; |
| 5237 | |
| 5238 | /// proxy class for the items() function |
no outgoing calls
no test coverage detected