5 #ifndef VCCC_RANGES_VIEWS_ZIP_HPP_
6 #define VCCC_RANGES_VIEWS_ZIP_HPP_
29 template<
typename... Rs, std::enable_if_t<
conjunction<
Definition: zip_view.hpp:109
#define vccc_decay_copy(x)
Definition: decay_copy.hpp:12
constexpr VCCC_INLINE_OR_STATIC detail::zip_niebloid zip
Definition: zip.hpp:42
typename detail::all_t_impl< R >::type all_t
Calculates the suitable view type of a viewable_range type.
Definition: all.hpp:107
#define VCCC_INLINE_OR_STATIC
Definition: inline_or_static.hpp:9
constexpr VCCC_INLINE_OR_STATIC empty_view< T > empty
Definition: empty_view.hpp:53
Definition: directory.h:12
constexpr VCCC_INLINE_OR_STATIC detail::element_niebloid< 1 > value
Definition: key_value.hpp:35
Definition: conjunction.hpp:22
specifies the requirements for a range to be safely convertible to a view
Definition: viewable_range.hpp:59
constexpr auto operator()(Rs &&... rs) const
Definition: zip.hpp:32
constexpr auto operator()() const
Definition: zip.hpp:25