Struct zip_fn

Struct Documentation

struct zip_fn

Implementation detail for a zip range adaptor object.

Public Functions

template<class ...Ranges>
inline constexpr auto operator()(Ranges&&... ranges) const

Overload that implements the zip_view algorithm.