Adobe Source Libraries
1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
algorithm.hpp
Go to the documentation of this file.
1
/*
2
Copyright 2005 Adobe Systems Incorporated
3
Distributed under the Boost Software License - Version 1.0 (see the accompanying file LICENSE
4
or a copy at https://stlab.github.io/adobe_source_libraries/licenses.html)
5
*/
6
7
/**************************************************************************************************/
8
9
#ifndef ADOBE_ALGORITHM_HPP
10
#define ADOBE_ALGORITHM_HPP
11
12
#include <
adobe/config.hpp
>
13
14
#include <
adobe/algorithm/binary_search.hpp
>
15
#include <
adobe/algorithm/clamp.hpp
>
16
#include <
adobe/algorithm/copy.hpp
>
17
#include <
adobe/algorithm/count.hpp
>
18
#include <
adobe/algorithm/equal.hpp
>
19
#include <
adobe/algorithm/equal_range.hpp
>
20
#include <
adobe/algorithm/erase_if.hpp
>
21
#include <
adobe/algorithm/exists.hpp
>
22
#include <
adobe/algorithm/fill.hpp
>
23
#include <
adobe/algorithm/filter.hpp
>
24
#include <
adobe/algorithm/find.hpp
>
25
#include <
adobe/algorithm/find_match.hpp
>
26
#include <
adobe/algorithm/for_each.hpp
>
27
#include <
adobe/algorithm/for_each_position.hpp
>
28
#include <
adobe/algorithm/gather.hpp
>
29
#include <
adobe/algorithm/generate.hpp
>
30
#include <
adobe/algorithm/heap.hpp
>
31
#include <
adobe/algorithm/identity_element.hpp
>
32
#include <
adobe/algorithm/iota.hpp
>
33
#include <
adobe/algorithm/lexicographical_compare.hpp
>
34
#include <
adobe/algorithm/lower_bound.hpp
>
35
#include <
adobe/algorithm/median.hpp
>
36
#include <
adobe/algorithm/merge.hpp
>
37
#include <
adobe/algorithm/minmax.hpp
>
38
#include <
adobe/algorithm/mismatch.hpp
>
39
#include <
adobe/algorithm/other_of.hpp
>
40
#include <
adobe/algorithm/partition.hpp
>
41
#include <
adobe/algorithm/permutation.hpp
>
42
#if !ADOBE_IS_DEPRECATED_ERROR(100039)
43
#include <
adobe/algorithm/pin.hpp
>
44
#endif
45
#include <
adobe/algorithm/reduce.hpp
>
46
#include <
adobe/algorithm/remove.hpp
>
47
#include <
adobe/algorithm/replace.hpp
>
48
#include <
adobe/algorithm/reverse.hpp
>
49
#include <
adobe/algorithm/rotate.hpp
>
50
#include <
adobe/algorithm/search.hpp
>
51
#include <
adobe/algorithm/select.hpp
>
52
#include <
adobe/algorithm/selection_algorithms.hpp
>
53
#include <
adobe/algorithm/set.hpp
>
54
#include <
adobe/algorithm/sort.hpp
>
55
#include <
adobe/algorithm/sorted.hpp
>
56
#include <
adobe/algorithm/swap_ranges.hpp
>
57
#include <
adobe/algorithm/transform.hpp
>
58
#include <
adobe/algorithm/unique.hpp
>
59
#include <
adobe/algorithm/upper_bound.hpp
>
60
61
/**************************************************************************************************/
62
116
117
/**************************************************************************************************/
118
119
#endif
120
121
/**************************************************************************************************/
mismatch.hpp
select.hpp
binary_search.hpp
clamp.hpp
config.hpp
copy.hpp
count.hpp
equal.hpp
equal_range.hpp
erase_if.hpp
exists.hpp
fill.hpp
filter.hpp
find.hpp
find_match.hpp
for_each.hpp
for_each_position.hpp
gather.hpp
generate.hpp
heap.hpp
identity_element.hpp
iota.hpp
lexicographical_compare.hpp
lower_bound.hpp
median.hpp
merge.hpp
minmax.hpp
other_of.hpp
partition.hpp
permutation.hpp
pin.hpp
reduce.hpp
remove.hpp
replace.hpp
reverse.hpp
rotate.hpp
search.hpp
selection_algorithms.hpp
set.hpp
sort.hpp
sorted.hpp
swap_ranges.hpp
transform.hpp
unique.hpp
upper_bound.hpp
adobe
algorithm.hpp
Generated by
1.14.0