/// return value of the iterator
 typename IteratorType::reference value() const
 {
     return anchor.value();
 }