Implementation detail for a zip range adaptor object.
More...
#include <zip.hpp>
|
template<class... Ranges> |
constexpr auto | operator() (Ranges &&... ranges) const |
| Overload that implements the zip_view algorithm. More...
|
|
Implementation detail for a zip range adaptor object.
Definition at line 59 of file zip.hpp.
◆ operator()()
template<class... Ranges>
constexpr auto beluga::views::detail::zip_fn::operator() |
( |
Ranges &&... |
ranges | ) |
const |
|
inlineconstexpr |
Overload that implements the zip_view algorithm.
Definition at line 62 of file zip.hpp.
The documentation for this struct was generated from the following file: