VCCC
2024.05
VisualCamp Common C++ library
views.hpp
Go to the documentation of this file.
1
//
2
// Created by yonggyulee on 2023/12/26.
3
//
4
5
#ifndef VCCC_RANGES_VIEWS_VIEWS_HPP_
6
#define VCCC_RANGES_VIEWS_VIEWS_HPP_
7
8
#include "
vccc/__ranges/views/all.hpp
"
9
#include "
vccc/__ranges/views/as_const.hpp
"
10
#include "
vccc/__ranges/views/as_const_view.hpp
"
11
#include "
vccc/__ranges/views/basic_istream.hpp
"
12
#include "
vccc/__ranges/views/basic_istream_view.hpp
"
13
#include "
vccc/__ranges/views/cartesian_product.hpp
"
14
#include "
vccc/__ranges/views/cartesian_product_view.hpp
"
15
#include "
vccc/__ranges/views/common.hpp
"
16
#include "
vccc/__ranges/views/common_view.hpp
"
17
#include "
vccc/__ranges/views/concat_view.hpp
"
18
//#include "vccc/__ranges/views/concat_with_view.hpp"
19
#include "
vccc/__ranges/views/counted.hpp
"
20
#include "
vccc/__ranges/views/drop.hpp
"
21
#include "
vccc/__ranges/views/drop_view.hpp
"
22
#include "
vccc/__ranges/views/drop_while.hpp
"
23
#include "
vccc/__ranges/views/drop_while_view.hpp
"
24
#include "
vccc/__ranges/views/elements.hpp
"
25
#include "
vccc/__ranges/views/elements_view.hpp
"
26
#include "
vccc/__ranges/views/empty_view.hpp
"
27
#include "
vccc/__ranges/views/enumerate.hpp
"
28
#include "
vccc/__ranges/views/enumerate_view.hpp
"
29
#include "
vccc/__ranges/views/filter.hpp
"
30
#include "
vccc/__ranges/views/filter_view.hpp
"
31
#include "
vccc/__ranges/views/iota_view.hpp
"
32
#include "
vccc/__ranges/views/join.hpp
"
33
#include "
vccc/__ranges/views/join_view.hpp
"
34
#include "
vccc/__ranges/views/join_with.hpp
"
35
#include "
vccc/__ranges/views/join_with_view.hpp
"
36
#include "
vccc/__ranges/views/keys_view.hpp
"
37
#include "
vccc/__ranges/views/repeat.hpp
"
38
#include "
vccc/__ranges/views/repeat_view.hpp
"
39
#include "
vccc/__ranges/views/reverse.hpp
"
40
#include "
vccc/__ranges/views/reverse_view.hpp
"
41
#include "
vccc/__ranges/views/single.hpp
"
42
#include "
vccc/__ranges/views/split.hpp
"
43
#include "
vccc/__ranges/views/split_view.hpp
"
44
#include "
vccc/__ranges/views/take.hpp
"
45
#include "
vccc/__ranges/views/take_view.hpp
"
46
#include "
vccc/__ranges/views/take_while.hpp
"
47
#include "
vccc/__ranges/views/take_while_view.hpp
"
48
#include "
vccc/__ranges/views/transform.hpp
"
49
#include "
vccc/__ranges/views/transform_view.hpp
"
50
#include "
vccc/__ranges/views/values_view.hpp
"
51
#include "
vccc/__ranges/views/zip_view.hpp
"
52
#include "
vccc/__ranges/views/zip.hpp
"
53
#include "
vccc/__ranges/views/zip_transform_view.hpp
"
54
#include "
vccc/__ranges/views/zip_transform.hpp
"
55
56
#endif
// VCCC_RANGES_VIEWS_VIEWS_HPP_
as_const.hpp
all.hpp
as_const_view.hpp
basic_istream.hpp
basic_istream_view.hpp
cartesian_product.hpp
cartesian_product_view.hpp
common.hpp
common_view.hpp
concat_view.hpp
counted.hpp
drop.hpp
drop_view.hpp
drop_while.hpp
drop_while_view.hpp
elements.hpp
elements_view.hpp
empty_view.hpp
enumerate.hpp
enumerate_view.hpp
filter.hpp
filter_view.hpp
iota_view.hpp
join.hpp
join_view.hpp
join_with.hpp
join_with_view.hpp
keys_view.hpp
repeat.hpp
repeat_view.hpp
reverse.hpp
reverse_view.hpp
single.hpp
split.hpp
split_view.hpp
take.hpp
take_view.hpp
take_while.hpp
take_while_view.hpp
transform.hpp
transform_view.hpp
values_view.hpp
zip.hpp
zip_transform.hpp
zip_transform_view.hpp
zip_view.hpp
include
vccc
__ranges
views
views.hpp
Generated by
1.9.1