VCCC  2024.05
VisualCamp Common C++ library
zip_view.hpp File Reference
#include <algorithm>
#include <tuple>
#include <type_traits>
#include <utility>
#include "vccc/__algorithm/ranges/min.hpp"
#include "vccc/__concepts/convertible_to.hpp"
#include "vccc/__concepts/equality_comparable.hpp"
#include "vccc/__iterator/iterator_tag.hpp"
#include "vccc/__iterator/iter_move.hpp"
#include "vccc/__iterator/iter_swap.hpp"
#include "vccc/__iterator/sentinel_for.hpp"
#include "vccc/__iterator/sized_sentinel_for.hpp"
#include "vccc/__ranges/begin.hpp"
#include "vccc/__ranges/bidirectional_range.hpp"
#include "vccc/__ranges/common_range.hpp"
#include "vccc/__ranges/forward_range.hpp"
#include "vccc/__ranges/input_range.hpp"
#include "vccc/__ranges/iterator_t.hpp"
#include "vccc/__ranges/random_access_range.hpp"
#include "vccc/__ranges/range_difference_t.hpp"
#include "vccc/__ranges/range_rvalue_reference_t.hpp"
#include "vccc/__ranges/range_value_t.hpp"
#include "vccc/__ranges/sentinel_t.hpp"
#include "vccc/__ranges/simple_view.hpp"
#include "vccc/__ranges/size.hpp"
#include "vccc/__ranges/view.hpp"
#include "vccc/__ranges/view_interface.hpp"
#include "vccc/__ranges/views/all.hpp"
#include "vccc/__tuple/apply.hpp"
#include "vccc/__tuple/tuple_fold.hpp"
#include "vccc/__tuple/tuple_for_each.hpp"
#include "vccc/__tuple/tuple_transform.hpp"
#include "vccc/__type_traits/bool_constant.hpp"
#include "vccc/__type_traits/common_type.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/disjunction.hpp"
#include "vccc/__type_traits/maybe_const.hpp"
#include "vccc/__type_traits/negation.hpp"
#include "vccc/__type_traits/remove_cvref.hpp"
#include "vccc/__utility/cxx20_rel_ops.hpp"
#include "vccc/__utility/in_place.hpp"

Go to the source code of this file.

Classes

class  zip_view< Views >
 
class  zip_view< Views >::iterator< Const >
 
class  zip_view< Views >::sentinel< Const >
 

Namespaces

 vccc
 
 vccc::ranges