itertools::transform_iter::dereference

#include <itertools/transform_iter.hpp>

Synopsis

decltype(auto) dereference () const

Returns

Result of the callable applied to the dereferenced iterator, i.e. the transformed value.