Difference between revisions of "cpp/symbol index/ranges"
m (reorder) |
(ssize, range_size_t, all_t) |
||
Line 14: | Line 14: | ||
{{ltt|cpp/iterator/ranges/advance}} {{mark since c++20}} <br/> | {{ltt|cpp/iterator/ranges/advance}} {{mark since c++20}} <br/> | ||
{{ltt|cpp/algorithm/ranges/all any none of | all_of}} {{mark since c++20}} <br/> | {{ltt|cpp/algorithm/ranges/all any none of | all_of}} {{mark since c++20}} <br/> | ||
− | |||
{{ltt|cpp/algorithm/ranges/all any none of | any_of}} {{mark since c++20}} <br/> | {{ltt|cpp/algorithm/ranges/all any none of | any_of}} {{mark since c++20}} <br/> | ||
Line 148: | Line 147: | ||
{{ltt|cpp/ranges/iterator_t | range_reference_t<>}} <br/> | {{ltt|cpp/ranges/iterator_t | range_reference_t<>}} <br/> | ||
{{ltt|cpp/ranges/iterator_t | range_rvalue_reference_t<>}} <br/> | {{ltt|cpp/ranges/iterator_t | range_rvalue_reference_t<>}} <br/> | ||
+ | {{ltt|cpp/ranges/iterator_t | range_size_t<>}} <br/> | ||
{{ltt|cpp/ranges/iterator_t | range_value_t<>}} <br/> | {{ltt|cpp/ranges/iterator_t | range_value_t<>}} <br/> | ||
{{ltt|cpp/ranges/rbegin}} {{mark since c++20}} <br/> | {{ltt|cpp/ranges/rbegin}} {{mark since c++20}} <br/> | ||
Line 181: | Line 181: | ||
{{ltt|cpp/algorithm/ranges/sort_heap}} {{mark since c++20}} <br/> | {{ltt|cpp/algorithm/ranges/sort_heap}} {{mark since c++20}} <br/> | ||
{{ltt|cpp/ranges/split_view | split_view<>}} {{mark since c++20}} <br/> | {{ltt|cpp/ranges/split_view | split_view<>}} {{mark since c++20}} <br/> | ||
+ | {{ltt|cpp/ranges/size | ssize}} {{mark since c++20}} <br/> | ||
{{ltt|cpp/algorithm/ranges/stable_partition}} {{mark since c++20}} <br/> | {{ltt|cpp/algorithm/ranges/stable_partition}} {{mark since c++20}} <br/> | ||
{{ltt|cpp/algorithm/ranges/stable_sort}} {{mark since c++20}} <br/> | {{ltt|cpp/algorithm/ranges/stable_sort}} {{mark since c++20}} <br/> |
Revision as of 00:47, 5 March 2020
This page tries to list all the symbols that are available from the Standard Library in the namespace std::ranges::. The symbols are written as follows:
- Function names with ().
- Templates with <>.
Contents |
A B C D E F G I J K L M N O P R S T U V
A
adjacent_find (since C++20)
advance (since C++20)
all_of (since C++20)
any_of (since C++20)
B
basic_istream_view<> (since C++20)
begin (since C++20)
bidirectional_range
(since C++20)
borrowed_iterator_t<> (since C++20)
borrowed_range
(since C++20)
borrowed_subrange_t<> (since C++20)
C
cbegin (since C++20)
cdata (since C++20)
cend (since C++20)
common_range
(since C++20)
common_view<> (since C++20)
construct_at (since C++20)
contiguous_range
(since C++20)
copy (since C++20)
copy_backward (since C++20)
copy_if (since C++20)
copy_n (since C++20)
count (since C++20)
count_if (since C++20)
crbegin (since C++20)
crend (since C++20)
D
dangling (since C++20)
data (since C++20)
destroy (since C++20)
destroy_at (since C++20)
destroy_n (since C++20)
disable_sized_range<> (since C++20)
distance (since C++20)
drop_view<> (since C++20)
drop_while_view<> (since C++20)
E
elements_view<> (since C++20)
empty (since C++20)
empty_view<> (since C++20)
enable_borrowed_range<> (since C++20)
enable_view<> (since C++20)
end (since C++20)
equal (since C++20)
equal_to (since C++20)
F
fill (since C++20)
fill_n (since C++20)
filter_view<> (since C++20)
find (since C++20)
find_end (since C++20)
find_first_of (since C++20)
find_if (since C++20)
find_if_not (since C++20)
for_each (since C++20)
forward_range
(since C++20)
G
generate (since C++20)
generate_n (since C++20)
greater (since C++20)
greater_equal (since C++20)
I
includes (since C++20)
inplace_merge (since C++20)
input_range
(since C++20)
iota_view<> (since C++20)
is_heap (since C++20)
is_heap_until (since C++20)
is_partitioned (since C++20)
is_permutation (since C++20)
is_sorted (since C++20)
is_sorted_until (since C++20)
istream_view<>() (since C++20)
iter_move (since C++20)
iter_swap (since C++20)
iterator_t<> (since C++20)
J
join_view<> (since C++20)
K
keys_view<> (since C++20)
L
less (since C++20)
less_equal (since C++20)
lexicographical_compare (since C++20)
M
make_heap (since C++20)
max (since C++20)
max_element (since C++20)
merge (since C++20)
min (since C++20)
min_element (since C++20)
minmax (since C++20)
minmax_element (since C++20)
mismatch (since C++20)
move (since C++20)
move_backward (since C++20)
N
next (since C++20)
next_permutation (since C++20)
none_of (since C++20)
not_equal_to (since C++20)
nth_element (since C++20)
O
output_range
(since C++20)
P
partial_sort (since C++20)
partial_sort_copy (since C++20)
partition (since C++20)
partition_copy (since C++20)
partition_point (since C++20)
pop_heap (since C++20)
prev (since C++20)
prev_permutation (since C++20)
push_heap (since C++20)
R
random_access_range
(since C++20)
range
(since C++20)
range_difference_t<>
range_reference_t<>
range_rvalue_reference_t<>
range_size_t<>
range_value_t<>
rbegin (since C++20)
ref_view<> (since C++20)
remove (since C++20)
remove_if (since C++20)
remove_copy (since C++20)
remove_copy_if (since C++20)
rend (since C++20)
replace (since C++20)
replace_if (since C++20)
replace_copy (since C++20)
replace_copy_if (since C++20)
reverse (since C++20)
reverse_copy (since C++20)
reverse_view<> (since C++20)
rotate (since C++20)
rotate_copy (since C++20)
S
search (since C++20)
search_n (since C++20)
sentinel_t<> (since C++20)
set_difference (since C++20)
set_intersection (since C++20)
set_symmetric_difference (since C++20)
set_union (since C++20)
shuffle (since C++20)
single_view<> (since C++20)
size (since C++20)
sized_range
(since C++20)
sort (since C++20)
sort_heap (since C++20)
split_view<> (since C++20)
ssize (since C++20)
stable_partition (since C++20)
stable_sort (since C++20)
subrange<> (since C++20)
swap (since C++20)
swap_ranges (since C++20)
T
take_view<> (since C++20)
take_while_view<> (since C++20)
transform (since C++20)
transform_view<> (since C++20)
U
uninitialized_copy (since C++20)
uninitialized_copy_n (since C++20)
uninitialized_default_construct (since C++20)
uninitialized_default_construct_n (since C++20)
uninitialized_fill (since C++20)
uninitialized_fill_n (since C++20)
uninitialized_move (since C++20)
uninitialized_move_n (since C++20)
uninitialized_value_construct (since C++20)
uninitialized_value_construct_n (since C++20)
unique (since C++20)
unique_copy (since C++20)
V
values_view<> (since C++20)
view
(since C++20)
view_base (since C++20)
view_interface<> (since C++20)
viewable_range
(since C++20)
▶ views
(since C++20)