std::ranges::view Symbol Index

From cppreference.com
 
 
 
std::ranges
std::ranges::view
(C++20)
 


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 <>.

Notes

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

A C E F I J R S T


A

all (since C++20)

C

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

E

empty<> (since C++20)

F

filter (since C++20)

I

iota (since C++20)

J

join (since C++20)

R

reverse (since C++20)

S

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

T

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