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