Return the transformed element at the specified offset.
Declared in <bdlb_transformiterator.h>
Return the transformed element at the specified offset.
TransformIterator<FUNCTOR, ITERATOR>::reference
operator[](difference_type offset);
» more...
Return the transformed element at the specified offset.
TransformIterator<FUNCTOR, ITERATOR>::reference
operator[](difference_type offset) const;
» more...
transformed value at that offset
| Name | Description |
|---|---|
| offset | signed offset from the current position |