itertools::zipped

#include <itertools.hpp>

template<typename Rs> class zipped

Template parameters

  • Rs: Range types.

Public members

Member types

Member functions

(constructor)

Construct a zipped range from the given ranges.

operator==

begin

Beginning of the zipped range.

cbegin

end

End of the zipped range.

cend