命名空间
变体
操作

std::ranges::views 符号索引

来自 cppreference.cn


此页面尝试列出命名空间 std::ranges::views标准库ranges 库)提供的所有符号。 符号书写方式如下

  • 函数名使用 ()
  • 模板使用 <>

目录

[编辑] 注释

std::ranges::views 可以作为 std::views 访问。

[编辑]
A C D E F I J K L P R S T V Z


[编辑] A

adjacent (since C++23)
adjacent_transform (since C++23)
all (since C++20)
all_t (since C++20)
as_const (since C++23)
as_rvalue (since C++23)

[编辑] C

cache_latest (since C++26)
cartesian_product (since C++23)
chunk (since C++23)
chunk_by (since C++23)
common (since C++20)
concat (since C++26)
counted (since C++20)

[编辑] D

drop (since C++20)
drop_while (since C++20)

[编辑] E

elements<> (since C++20)
empty<> (since C++20)
enumerate (since C++23)

[编辑] F

filter (since C++20)

[编辑] I

iota (since C++20)
istream<> (since C++20)

[编辑] J

join (since C++20)
join_with (since C++23)

[编辑] K

keys (since C++20)

[编辑] L

lazy_split (since C++20)

[编辑] P

pairwise (since C++23)
pairwise_transform (since C++23)

[编辑] R

repeat (since C++23)
reverse (since C++20)

[编辑] S

single (since C++20)
slide (since C++23)
split (since C++20)
stride (since C++23)

[编辑] T

take (since C++20)
take_while (since C++20)
to_input (since C++26)
transform (since C++20)

[编辑] V

values (since C++20)

[编辑] Z

zip (since C++23)
zip_transform (since C++23)