| Synopsis of methods | |
| constexpr zip_fn | zip {} | 
| Public Types | |
| template<typename ... Rngs> | |
| using | Concept = meta::and_< InputRange< Rngs >... > | 
| Public Member Functions | |
| template<typename... Rngs, requires = (Concept<Rngs...>())> | |
| zip_view< all_t< Rngs >... > | operator() (Rngs &&... rngs) const |