llvm-project/libcxx/include/__algorithm
Hui Xie c559964d85 [libc++][ranges] implement `std::ranges::includes`
implement `std::ranges::includes` and delegate to `std::includes`

Differential Revision: https://reviews.llvm.org/D130116
2022-07-22 10:27:48 +01:00
..
adjacent_find.h
all_of.h
any_of.h
binary_search.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
clamp.h
comp.h
comp_ref_type.h [libc++] Make the Debug mode a configuration-time only option 2022-06-07 16:33:53 -04:00
copy.h [libc++] Unwrap reverse_iterator<reverse_iterator<Iter>> in __unwrap_iter 2022-06-17 18:47:18 +02:00
copy_backward.h
copy_if.h
copy_n.h
count.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
count_if.h
equal.h
equal_range.h [libc++][ranges] implement `std::ranges::equal_range` 2022-07-22 10:24:08 +01:00
fill.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
fill_n.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
find.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
find_end.h [libc++] Implement ranges::find_end, ranges::search{, _n} 2022-07-13 20:30:55 +02:00
find_first_of.h
find_if.h
find_if_not.h
for_each.h
for_each_n.h
generate.h
generate_n.h
half_positive.h
in_found_result.h
in_fun_result.h
in_in_out_result.h
in_in_result.h
in_out_out_result.h
in_out_result.h
includes.h [libc++][ranges] implement `std::ranges::includes` 2022-07-22 10:27:48 +01:00
inplace_merge.h [libc++][ranges] implement `std::ranges::equal_range` 2022-07-22 10:24:08 +01:00
is_heap.h
is_heap_until.h
is_partitioned.h
is_permutation.h
is_sorted.h
is_sorted_until.h
iter_swap.h
iterator_operations.h [libc++][ranges] implement `std::ranges::equal_range` 2022-07-22 10:24:08 +01:00
lexicographical_compare.h
lower_bound.h [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags. 2022-07-12 17:53:58 -07:00
make_heap.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
make_projected.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
max.h
max_element.h
merge.h
min.h
min_element.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
min_max_result.h
minmax.h
minmax_element.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
mismatch.h
move.h [libc++] Implement ranges::move{, _backward} 2022-06-23 13:52:49 +02:00
move_backward.h
next_permutation.h
none_of.h
nth_element.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
partial_sort.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
partial_sort_copy.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
partition.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
partition_copy.h
partition_point.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
pop_heap.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
prev_permutation.h
push_heap.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
ranges_adjacent_find.h [libc++] Implement ranges::adjacent_find 2022-06-08 12:15:03 +02:00
ranges_all_of.h [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
ranges_any_of.h [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
ranges_binary_search.h [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags. 2022-07-12 17:53:58 -07:00
ranges_copy.h
ranges_copy_backward.h
ranges_copy_if.h
ranges_copy_n.h
ranges_count.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
ranges_count_if.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
ranges_equal.h [libc++] Implement ranges::equal 2022-05-26 10:46:54 +02:00
ranges_equal_range.h [libc++][ranges] implement `std::ranges::equal_range` 2022-07-22 10:24:08 +01:00
ranges_fill.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_fill_n.h [libc++] Implement ranges::fill{, _n} 2022-05-25 10:27:13 +02:00
ranges_find.h
ranges_find_end.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
ranges_find_first_of.h [libc++] Implement ranges::find_first_of 2022-06-06 22:29:02 +02:00
ranges_find_if.h
ranges_find_if_not.h
ranges_for_each.h
ranges_for_each_n.h [libc++][ranges][NFC] Consolidate range algorithm checks for returning `dangling`. 2022-07-19 20:46:22 -07:00
ranges_generate.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_generate_n.h [libc++][ranges][NFC] Consolidate range algorithm checks for returning `dangling`. 2022-07-19 20:46:22 -07:00
ranges_includes.h [libc++][ranges] implement `std::ranges::includes` 2022-07-22 10:27:48 +01:00
ranges_inplace_merge.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_is_heap.h [libc++][ranges][NFC] Consolidate range algorithm checks for returning `dangling`. 2022-07-19 20:46:22 -07:00
ranges_is_heap_until.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_is_partitioned.h
ranges_is_sorted.h [libc++] Implement ranges::is_sorted{, _until} 2022-05-27 10:28:44 +02:00
ranges_is_sorted_until.h [libc++] Implement ranges::is_sorted{, _until} 2022-05-27 10:28:44 +02:00
ranges_iterator_concept.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
ranges_lexicographical_compare.h [libc++] Implement ranges::lexicographical_compare 2022-06-15 22:29:21 +02:00
ranges_lower_bound.h [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags. 2022-07-12 17:53:58 -07:00
ranges_make_heap.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_max.h
ranges_max_element.h [libc++] Add ranges::max_element to the synopsis and ADL-proof the __min_element_impl calls 2022-05-23 20:50:04 +02:00
ranges_merge.h [libc++] Implement `std::ranges::merge` 2022-07-04 13:44:31 +01:00
ranges_min.h
ranges_min_element.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_minmax.h [libc++] Add a few missing min/max macro push/pop 2022-06-27 12:57:39 -04:00
ranges_minmax_element.h
ranges_mismatch.h
ranges_move.h [libc++] Implement ranges::move{, _backward} 2022-06-23 13:52:49 +02:00
ranges_move_backward.h [libc++] Implement ranges::move{, _backward} 2022-06-23 13:52:49 +02:00
ranges_none_of.h [libc++] Implement ranges::{all, any, none}_of 2022-05-26 16:50:08 +02:00
ranges_nth_element.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_partial_sort.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
ranges_partial_sort_copy.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_partition.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
ranges_partition_copy.h [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. 2022-07-20 11:39:07 -07:00
ranges_partition_point.h [libc++][ranges] Implement `std::ranges::partition_{point,copy}`. 2022-07-20 11:39:07 -07:00
ranges_pop_heap.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_push_heap.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_remove.h [libc++] Implement ranges::remove{, _if} 2022-07-06 18:47:13 +02:00
ranges_remove_copy.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_remove_copy_if.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_remove_if.h [libc++] Implement ranges::remove{, _if} 2022-07-06 18:47:13 +02:00
ranges_replace.h [libc++] Implement ranges::replace{, _if} 2022-06-10 11:54:46 +02:00
ranges_replace_copy.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_replace_copy_if.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_replace_if.h [libc++] Implement ranges::replace{, _if} 2022-06-10 11:54:46 +02:00
ranges_reverse.h [libc++] Implement ranges::reverse 2022-05-24 10:33:57 +02:00
ranges_reverse_copy.h [libc++] Implement ranges::{reverse, rotate}_copy 2022-07-11 21:13:08 +02:00
ranges_rotate_copy.h [libc++] Implement ranges::{reverse, rotate}_copy 2022-07-11 21:13:08 +02:00
ranges_search.h [libc++] Implement ranges::find_end, ranges::search{, _n} 2022-07-13 20:30:55 +02:00
ranges_search_n.h [libc++] Implement ranges::find_end, ranges::search{, _n} 2022-07-13 20:30:55 +02:00
ranges_set_difference.h [libcxx][ranges] implement `std::ranges::set_difference` 2022-07-08 13:26:23 +01:00
ranges_set_intersection.h [libc++][ranges] implement `std::ranges::set_symmetric_difference` 2022-07-13 21:24:32 +01:00
ranges_set_symmetric_difference.h [libc++][ranges] implement `std::ranges::set_symmetric_difference` 2022-07-13 21:24:32 +01:00
ranges_set_union.h [libc++][ranges] implement `std::ranges::set_union` 2022-07-14 21:05:30 +01:00
ranges_shuffle.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_sort.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_sort_heap.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_stable_partition.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
ranges_stable_sort.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
ranges_swap_ranges.h
ranges_transform.h
ranges_unique.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_unique_copy.h [libc++][ranges][NFC] Implement the repetitive parts of the remaining range algorithms: 2022-07-12 02:48:31 -07:00
ranges_upper_bound.h [lib++][ranges][NFC] Refactor `iterator_operations.h` to use tags. 2022-07-12 17:53:58 -07:00
remove.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
remove_copy.h [libc++] Make parameter names consistent and enforce the naming style using readability-identifier-naming 2022-07-08 18:17:47 +02:00
remove_copy_if.h
remove_if.h
replace.h
replace_copy.h
replace_copy_if.h
replace_if.h
reverse.h
reverse_copy.h
rotate.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
rotate_copy.h
sample.h [libc++] Granularize <iterator> includes 2022-06-10 22:43:57 +02:00
search.h [libc++] Implement ranges::find_end, ranges::search{, _n} 2022-07-13 20:30:55 +02:00
search_n.h [libc++][ranges] fix `std::search_n` incorrect `static_assert` 2022-07-19 17:24:47 -07:00
set_difference.h [libcxx][ranges] implement `std::ranges::set_difference` 2022-07-08 13:26:23 +01:00
set_intersection.h [libc++][ranges] implement `std::ranges::set_symmetric_difference` 2022-07-13 21:24:32 +01:00
set_symmetric_difference.h [libc++][ranges] implement `std::ranges::set_symmetric_difference` 2022-07-13 21:24:32 +01:00
set_union.h [libc++][ranges] implement `std::ranges::set_union` 2022-07-14 21:05:30 +01:00
shift_left.h
shift_right.h
shuffle.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
sift_down.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
sort.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
sort_heap.h [libc++][ranges] Implement `ranges::partial_sort`. 2022-07-19 20:10:34 -07:00
stable_partition.h [libc++][ranges] Implement `ranges::{,stable_}partition`. 2022-07-18 21:06:17 -07:00
stable_sort.h [libc++][ranges] Make range algorithms support proxy iterators 2022-07-17 18:12:06 -07:00
swap_ranges.h
transform.h
unique.h
unique_copy.h
unwrap_iter.h [libc++] Use __unwrap_iter_impl for both unwrapping and rewrapping 2022-07-14 20:01:19 +02:00
upper_bound.h [libc++][ranges] implement `std::ranges::equal_range` 2022-07-22 10:24:08 +01:00