VCCC
2024.05
VisualCamp Common C++ library
algorithm.hpp
Go to the documentation of this file.
1
//
2
// Created by YongGyu Lee on 12/27/23.
3
//
4
5
#ifndef VCCC_ALGORITHM_HPP
6
#define VCCC_ALGORITHM_HPP
7
8
#include "
vccc/__algorithm/clamp.hpp
"
9
#include "
vccc/__algorithm/for_each_n.hpp
"
10
#include "
vccc/__algorithm/shift.hpp
"
11
#include "
vccc/__algorithm/ranges/all_of.hpp
"
12
#include "
vccc/__algorithm/ranges/any_of.hpp
"
13
#include "
vccc/__algorithm/ranges/clamp.hpp
"
14
#include "
vccc/__algorithm/ranges/contains.hpp
"
15
#include "
vccc/__algorithm/ranges/contains_subrange.hpp
"
16
#include "
vccc/__algorithm/ranges/copy.hpp
"
17
#include "
vccc/__algorithm/ranges/count.hpp
"
18
#include "
vccc/__algorithm/ranges/count_if.hpp
"
19
#include "
vccc/__algorithm/ranges/equal.hpp
"
20
#include "
vccc/__algorithm/ranges/find.hpp
"
21
#include "
vccc/__algorithm/ranges/find_end.hpp
"
22
#include "
vccc/__algorithm/ranges/find_first_of.hpp
"
23
#include "
vccc/__algorithm/ranges/find_if.hpp
"
24
#include "
vccc/__algorithm/ranges/find_if_not.hpp
"
25
#include "
vccc/__algorithm/ranges/find_last.hpp
"
26
#include "
vccc/__algorithm/ranges/fold_left.hpp
"
27
#include "
vccc/__algorithm/ranges/for_each.hpp
"
28
#include "
vccc/__algorithm/ranges/for_each_n.hpp
"
29
#include "
vccc/__algorithm/ranges/in_found_result.hpp
"
30
#include "
vccc/__algorithm/ranges/in_fun_result.hpp
"
31
#include "
vccc/__algorithm/ranges/in_in_out_result.hpp
"
32
#include "
vccc/__algorithm/ranges/in_in_result.hpp
"
33
#include "
vccc/__algorithm/ranges/in_out_out_result.hpp
"
34
#include "
vccc/__algorithm/ranges/in_out_result.hpp
"
35
#include "
vccc/__algorithm/ranges/in_value_result.hpp
"
36
#include "
vccc/__algorithm/ranges/lexicographical_compare.hpp
"
37
#include "
vccc/__algorithm/ranges/make_heap.hpp
"
38
#include "
vccc/__algorithm/ranges/max.hpp
"
39
#include "
vccc/__algorithm/ranges/max_element.hpp
"
40
#include "
vccc/__algorithm/ranges/min.hpp
"
41
#include "
vccc/__algorithm/ranges/min_element.hpp
"
42
#include "
vccc/__algorithm/ranges/min_max_result.hpp
"
43
#include "
vccc/__algorithm/ranges/mismatch.hpp
"
44
#include "
vccc/__algorithm/ranges/none_of.hpp
"
45
#include "
vccc/__algorithm/ranges/out_value_result.hpp
"
46
#include "
vccc/__algorithm/ranges/pop_heap.hpp
"
47
#include "
vccc/__algorithm/ranges/search.hpp
"
48
#include "
vccc/__algorithm/ranges/set_intersection.hpp
"
49
#include "
vccc/__algorithm/ranges/sort.hpp
"
50
#include "
vccc/__algorithm/ranges/sort_heap.hpp
"
51
#include "
vccc/__algorithm/ranges/swap_ranges.hpp
"
52
54
55
#endif
// VCCC_ALGORITHM_HPP
all_of.hpp
any_of.hpp
clamp.hpp
contains.hpp
contains_subrange.hpp
copy.hpp
count.hpp
count_if.hpp
equal.hpp
find.hpp
find_end.hpp
find_first_of.hpp
find_if.hpp
find_if_not.hpp
find_last.hpp
fold_left.hpp
for_each.hpp
for_each_n.hpp
in_found_result.hpp
in_fun_result.hpp
in_in_out_result.hpp
in_in_result.hpp
in_out_out_result.hpp
in_out_result.hpp
in_value_result.hpp
lexicographical_compare.hpp
make_heap.hpp
max.hpp
max_element.hpp
min.hpp
min_element.hpp
min_max_result.hpp
mismatch.hpp
none_of.hpp
out_value_result.hpp
pop_heap.hpp
clamp.hpp
for_each_n.hpp
search.hpp
set_intersection.hpp
shift.hpp
sort.hpp
sort_heap.hpp
swap_ranges.hpp
include
vccc
algorithm.hpp
Generated by
1.9.1