Lines Matching full:based

19 // This header file provides Container-based versions of algorithmic functions
132 // Container-based version of absl::linear_search() for performing a linear
147 // Container-based version of the <iterator> `std::distance()` function to
163 // Container-based version of the <algorithm> `std::all_of()` function to
174 // Container-based version of the <algorithm> `std::any_of()` function to
185 // Container-based version of the <algorithm> `std::none_of()` function to
196 // Container-based version of the <algorithm> `std::for_each()` function to
207 // Container-based version of the <algorithm> `std::find()` function to find
218 // Container-based version of the <algorithm> `std::ranges::contains()` C++23
228 // Container-based version of the <algorithm> `std::find_if()` function to find
239 // Container-based version of the <algorithm> `std::find_if_not()` function to
251 // Container-based version of the <algorithm> `std::find_end()` function to
276 // Container-based version of the <algorithm> `std::find_first_of()` function to
302 // Container-based version of the <algorithm> `std::adjacent_find()` function to
323 // Container-based version of the <algorithm> `std::count()` function to count
335 // Container-based version of the <algorithm> `std::count_if()` function to
347 // Container-based version of the <algorithm> `std::mismatch()` function to
373 // Container-based version of the <algorithm> `std::equal()` function to
396 // Container-based version of the <algorithm> `std::is_permutation()` function
419 // Container-based version of the <algorithm> `std::search()` function to search
444 // Container-based version of the <algorithm> `std::ranges::contains_subrange()`
464 // Container-based version of the <algorithm> `std::search_n()` function to
492 // Container-based version of the <algorithm> `std::copy()` function to copy a
502 // Container-based version of the <algorithm> `std::copy_n()` function to copy a
511 // Container-based version of the <algorithm> `std::copy_if()` function to copy
523 // Container-based version of the <algorithm> `std::copy_backward()` function to
534 // Container-based version of the <algorithm> `std::move()` function to move
544 // Container-based version of the <algorithm> `std::move_backward()` function to
554 // Container-based version of the <algorithm> `std::swap_ranges()` function to
573 // Container-based version of the <algorithm> `std::transform()` function to
607 // Container-based version of the <algorithm> `std::replace()` function to
619 // Container-based version of the <algorithm> `std::replace_if()` function to
620 // replace a container's elements of some value with a new value based on some
631 // Container-based version of the <algorithm> `std::replace_copy()` function to
645 // Container-based version of the <algorithm> `std::replace_copy_if()` function
646 // to replace a container's elements of some value with a new value based on
658 // Container-based version of the <algorithm> `std::fill()` function to fill a
668 // Container-based version of the <algorithm> `std::fill_n()` function to fill
677 // Container-based version of the <algorithm> `std::generate()` function to
688 // Container-based version of the <algorithm> `std::generate_n()` function to
705 // Container-based version of the <algorithm> `std::remove_copy()` function to
718 // Container-based version of the <algorithm> `std::remove_copy_if()` function
731 // Container-based version of the <algorithm> `std::unique_copy()` function to
752 // Container-based version of the <algorithm> `std::reverse()` function to
762 // Container-based version of the <algorithm> `std::reverse()` function to
773 // Container-based version of the <algorithm> `std::rotate()` function to
785 // Container-based version of the <algorithm> `std::rotate_copy()` function to
800 // Container-based version of the <algorithm> `std::shuffle()` function to
812 // Container-based version of the <algorithm> `std::sample()` function to
846 // Container-based version of the <algorithm> `std::is_partitioned()` function
858 // Container-based version of the <algorithm> `std::partition()` function
871 // Container-based version of the <algorithm> `std::stable_partition()` function
886 // Container-based version of the <algorithm> `std::partition_copy()` function
902 // Container-based version of the <algorithm> `std::partition_point()` function
919 // Container-based version of the <algorithm> `std::sort()` function
938 // Container-based version of the <algorithm> `std::stable_sort()` function
958 // Container-based version of the <algorithm> `std::is_sorted()` function
977 // Container-based version of the <algorithm> `std::partial_sort()` function
1002 // Container-based version of the <algorithm> `std::partial_sort_copy()`
1031 // Container-based version of the <algorithm> `std::is_sorted_until()` function
1052 // Container-based version of the <algorithm> `std::nth_element()` function
1083 // Container-based version of the <algorithm> `std::lower_bound()` function
1105 // Container-based version of the <algorithm> `std::upper_bound()` function
1127 // Container-based version of the <algorithm> `std::equal_range()` function
1149 // Container-based version of the <algorithm> `std::binary_search()` function
1175 // Container-based version of the <algorithm> `std::merge()` function
1199 // Container-based version of the <algorithm> `std::inplace_merge()` function
1221 // Container-based version of the <algorithm> `std::includes()` function
1245 // Container-based version of the <algorithm> `std::set_union()` function
1282 // Container-based version of the <algorithm> `std::set_intersection()` function
1329 // Container-based version of the <algorithm> `std::set_difference()` function
1367 // Container-based version of the <algorithm> `std::set_symmetric_difference()`
1412 // Container-based version of the <algorithm> `std::push_heap()` function
1431 // Container-based version of the <algorithm> `std::pop_heap()` function
1450 // Container-based version of the <algorithm> `std::make_heap()` function
1469 // Container-based version of the <algorithm> `std::sort_heap()` function
1488 // Container-based version of the <algorithm> `std::is_heap()` function
1507 // Container-based version of the <algorithm> `std::is_heap_until()` function
1532 // Container-based version of the <algorithm> `std::min_element()` function
1556 // Container-based version of the <algorithm> `std::max_element()` function
1580 // Container-based version of the <algorithm> `std::minmax_element()` function
1609 // Container-based version of the <algorithm> `std::lexicographical_compare()`
1639 // Container-based version of the <algorithm> `std::next_permutation()` function
1659 // Container-based version of the <algorithm> `std::prev_permutation()` function
1683 // Container-based version of the <numeric> `std::iota()` function
1694 // Container-based version of the <numeric> `std::accumulate()` function
1721 // Container-based version of the <numeric> `std::inner_product()` function
1752 // Container-based version of the <numeric> `std::adjacent_difference()`
1775 // Container-based version of the <numeric> `std::partial_sum()` function