BloombergLP::bdlb::TransformIterator::operator[]

Return the transformed element at the specified offset.

Synopses

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...

Return Value

transformed value at that offset

Parameters

NameDescription
offsetsigned offset from the current position