Namespaces
Variants
Views
Actions

std::ranges::view Symbol Index

From cppreference.com


This page tries to list all the symbols that are available from the Standard Library in the namespace std::ranges::view::. The symbols are written as follows:

  • Function names with ().
  • Templates with <>.

Contents

[edit] Notes

std::ranges::view can be accessed as std::view.

[edit]
A C E F I J R S T


[edit] A

all (since C++20)

[edit] C

common (since C++20)
counted (since C++20)

[edit] E

empty<> (since C++20)

[edit] F

filter (since C++20)

[edit] I

iota (since C++20)

[edit] J

join (since C++20)

[edit] R

reverse (since C++20)

[edit] S

single (since C++20)
split (since C++20)

[edit] T

take (since C++20)
transform (since C++20)