return value of the iterator
| 3987 | |
| 3988 | /// return value of the iterator |
| 3989 | typename IteratorType::reference value() const |
| 3990 | { |
| 3991 | return anchor.value(); |
| 3992 | } |
| 3993 | }; |
| 3994 | |
| 3995 | /// proxy class for the items() function |
no outgoing calls
no test coverage detected