Namespaces
Variants

std::ranges Symbol Index (since C++20)

From cppreference.net

Diese Seite versucht, alle Symbole aufzulisten, die in der Standardbibliothek ( Ranges-Bibliothek ) im Namensraum std :: ranges verfügbar sind. Die Symbole werden wie folgt geschrieben:

  • Funktionsnamen mit () .
  • Templates mit <> .

Symbole aus std :: ranges 's Unter-Namespaces (z.B. views ) sind hier nicht aufgeführt, aber die Namespace-Namen (mit dem Symbol ▶ versehen) sind die Links zu den entsprechenden Seiten.

Inhaltsverzeichnis

A B C D E F G I J K L M N O P R S T U V W Z


A

adjacent_find (seit C++23)
adjacent_transform_view <> (seit C++23)
adjacent_view <> (seit C++23)
advance (seit C++20)
all_of (seit C++20)
any_of (seit C++20)
approximately_sized_range <> (seit C++26)
as_const_view <> (seit C++23)
as_rvalue_view <> (seit C++23)

B

basic_istream_view <> (seit C++20)
begin (seit C++20)
bidirectional_range <> (seit C++20)
binary_search (seit C++20)
binary_transform_result <> (seit C++20)
borrowed_iterator_t <> (seit C++20)
borrowed_range <> (seit C++20)
borrowed_subrange_t <> (seit C++20)

C

cache_latest_view <> (seit C++26)
cartesian_product_view <> (seit C++23)
cbegin (seit C++20)
cdata (seit C++20)
chunk_by_view <> (seit C++23)
chunk_view <> (seit C++23)
cend (seit C++20)
clamp (seit C++20)
common_range <> (seit C++20)
common_view <> (seit C++20)
concat_view <> (seit C++26)
const_iterator_t <> (seit C++23)
const_sentinel_t <> (seit C++23)
constant_range <> (seit C++23)
construct_at (seit C++20)
contains (seit C++23)
contains_subrange (seit C++23)
contiguous_range <> (seit C++20)
copy (seit C++20)
copy_backward (seit C++20)
copy_backward_result <> (seit C++20)
copy_if (seit C++20)
copy_if_result <> (seit C++20)
copy_n (seit C++20)
copy_n_result <> (seit C++20)
copy_result <> (seit C++20)
count (seit C++20)
count_if (seit C++20)
crbegin (seit C++20)
crend (seit C++20)

D

dangling (seit C++20)
data (seit C++20)
destroy (seit C++20)
destroy_at (seit C++20)
destroy_n (seit C++20)
disable_sized_range <> (seit C++20)
distance (seit C++20)
drop_view <> (seit C++20)
drop_while_view <> (seit C++20)

E

elements_of <> (seit C++23)
elements_view <> (seit C++20)
enumerate_view <> (seit C++23)
empty (seit C++20)
empty_view <> (seit C++20)
enable_borrowed_range <> (seit C++20)
enable_view <> (seit C++20)
end (seit C++20)
ends_with (seit C++23)
equal (seit C++20)
equal_range (seit C++20)
equal_to (seit C++20)

F

fill (seit C++20)
fill_n (seit C++20)
filter_view <> (seit C++20)
find (seit C++20)
find_end (seit C++20)
find_first_of (seit C++20)
find_if (seit C++20)
find_if_not (seit C++20)
find_last (seit C++23)
find_last_if (seit C++23)
find_last_if_not (seit C++23)
fold_left (seit C++23)
fold_left_first (seit C++23)
fold_left_first_with_iter (seit C++23)
fold_left_with_iter (seit C++23)
fold_right (seit C++23)
fold_right_last (seit C++23)
for_each (seit C++20)
for_each_n (seit C++20)
for_each_n_result <> (seit C++20)
for_each_result <> (seit C++20)
forward_range <> (seit C++20)

G

generate (seit C++20)
generate_n (seit C++20)
get<>() ( std::ranges::subrange ) (seit C++20)
greater (seit C++20)
greater_equal (seit C++20)

I

in_found_result <> (seit C++20)
in_fun_result <> (seit C++20)
in_in_out_result <> (seit C++20)
in_in_result <> (seit C++20)
in_out_out_result <> (seit C++20)
in_out_result <> (seit C++20)
in_value_result <> (seit C++23)
includes (seit C++20)
inplace_merge (seit C++20)
input_range <> (seit C++20)
iota (seit C++23)
iota_result <> (seit C++23)
iota_view <> (seit C++20)
is_heap (seit C++20)
is_heap_until (seit C++20)
is_partitioned (seit C++20)
is_permutation (seit C++20)
is_sorted (seit C++20)
is_sorted_until (seit C++20)
istream_view <> (seit C++20)
iter_move (seit C++20)
iter_swap (seit C++20)
iterator_t <> (seit C++20)

J

join_view <> (seit C++20)
join_with_view <> (seit C++23)

K

keys_view <> (seit C++20)

L

lazy_split_view <> (seit C++20)
less (seit C++20)
less_equal (seit C++20)
lexicographical_compare (seit C++20)
lower_bound (seit C++20)

M

make_heap (seit C++20)
max (seit C++20)
max_element (seit C++20)
merge (seit C++20)
merge_result <> (seit C++20)
min (seit C++20)
min_element (seit C++20)
min_max_result <> (seit C++20)
minmax (seit C++20)
minmax_element (seit C++20)
minmax_element_result <> (seit C++20)
minmax_result <> (seit C++20)
mismatch (seit C++20)
mismatch_result <> (seit C++20)
move (seit C++20)
move_backward (seit C++20)
move_backward_result <> (seit C++20)
move_result <> (seit C++20)

N

next (seit C++20)
next_permutation (seit C++20)
next_permutation_result <> (seit C++20)
none_of (seit C++20)
not_equal_to (seit C++20)
nth_element (seit C++20)

O

out_value_result <> (seit C++23)
output_range <> (seit C++20)
owning_view <> (seit C++20)

P

partial_sort (seit C++20)
partial_sort_copy (seit C++20)
partial_sort_copy_result <> (seit C++20)
partition (seit C++20)
partition_copy (seit C++20)
partition_copy_result <> (seit C++20)
partition_point (seit C++20)
pop_heap (seit C++20)
prev (seit C++20)
prev_permutation (seit C++20)
prev_permutation_result <> (seit C++20)
push_heap (seit C++20)

R

random_access_range <> (seit C++20)
range <> (seit C++20)
range_adaptor_closure <> (seit C++23)
range_const_reference_t <> (seit C++23)
range_difference_t <> (seit C++20)
range_reference_t <> (seit C++20)
range_rvalue_reference_t <> (seit C++20)
range_size_t <> (seit C++20)
range_value_t <> (seit C++20)
rbegin (seit C++20)
ref_view <> (seit C++20)
remove (seit C++20)
remove_copy (seit C++20)
remove_copy_if (seit C++20)
remove_copy_if_result <> (seit C++20)
remove_copy_result <> (seit C++20)
remove_if (seit C++20)
rend (seit C++20)
repeat_view <> (seit C++23)
reserve_hint <> (seit C++26)
replace (seit C++20)
replace_copy (seit C++20)
replace_copy_if (seit C++20)
replace_copy_if_result <> (seit C++20)
replace_copy_result <> (seit C++20)
replace_if (seit C++20)
reverse (seit C++20)
reverse_copy (seit C++20)
reverse_copy_result <> (seit C++20)
reverse_view <> (seit C++20)
rotate (seit C++20)
rotate_copy (seit C++20)
rotate_copy_result <> (seit C++20)

S

sample (seit C++20)
search (seit C++20)
search_n (seit C++20)
sentinel_t <> (seit C++20)
set_difference (seit C++20)
set_difference_result <> (seit C++20)
set_intersection (seit C++20)
set_intersection_result <> (seit C++20)
set_symmetric_difference (seit C++20)
set_symmetric_difference_result <> (seit C++20)
set_union (seit C++20)
set_union_result <> (seit C++20)
shift_left (seit C++23)
shift_right (seit C++23)
shuffle (seit C++20)
single_view <> (seit C++20)
size (seit C++20)
sized_range <> (seit C++20)
sort (seit C++20)
sort_heap (seit C++20)
slide_view <> (seit C++23)
split_view <> (seit C++20)
ssize (seit C++20)
stable_partition (seit C++20)
stable_sort (seit C++20)
starts_with (seit C++23)
stride_view <> (seit C++23)
subrange <> (seit C++20)
subrange_kind (seit C++20)
swap (seit C++20)
swap_ranges (seit C++20)
swap_ranges_result <> (seit C++20)

T

take_view <> (seit C++20)
take_while_view <> (seit C++20)
transform (seit C++20)
to <> (seit C++23)
to_input_view <> (seit C++26)
transform_view <> (seit C++20)

U

unary_transform_result <> (seit C++20)
uninitialized_copy (seit C++20)
uninitialized_copy_n (seit C++20)
uninitialized_copy_n_result <> (seit C++20)
uninitialized_copy_result <> (seit C++20)
uninitialized_default_construct (seit C++20)
uninitialized_default_construct_n (seit C++20)
uninitialized_fill (seit C++20)
uninitialized_fill_n (seit C++20)
uninitialized_move (seit C++20)
uninitialized_move_n (seit C++20)
uninitialized_move_n_result <> (seit C++20)
uninitialized_move_result <> (seit C++20)
uninitialized_value_construct (seit C++20)
uninitialized_value_construct_n (seit C++20)
unique (seit C++20)
unique_copy (seit C++20)
unique_copy_result <> (seit C++20)
upper_bound (seit C++20)

V

values_view <> (seit C++20)
view <> (seit C++20)
view_base (seit C++20)
view_interface <> (seit C++20)
viewable_range <> (seit C++20)
views (seit C++20)

W

wistream_view <> (seit C++20)

Z

zip_transform_view <> (seit C++23)
zip_view <> (seit C++23)