Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::views::zippable_with Concept Reference

The zippable_with concept. More...

#include <range/v3/view/zip_with.hpp>

Concept definition

template<typename Fun, typename ... Rngs>
and_v<input_range<Rngs>...> &&
copy_constructible<Fun> &&
views::zippable_with_<Fun, Rngs...>
The zippable_with_ concept.
Definition zip_with.hpp:143
The zippable_with concept.
Definition zip_with.hpp:147

Detailed Description

The zippable_with concept.