Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/symbol index/views"

From cppreference.com
m (tt)
m (+ lazy_split)
Line 10: Line 10:
 
{{tt|std::ranges::views}} can be accessed as {{tt|std::views}}.
 
{{tt|std::ranges::views}} can be accessed as {{tt|std::views}}.
  
==<blockquote><tt>[[#A| A]] [[#C| C]] [[#D| D]] [[#E| E]] [[#F| F]] [[#I| I]] [[#J| J]] [[#K| K]] [[#R| R]] [[#S| S]] [[#T| T]] [[#V| V]] </tt></blockquote>==  
+
==<blockquote><tt>[[#A| A]] [[#C| C]] [[#D| D]] [[#E| E]] [[#F| F]] [[#I| I]] [[#J| J]] [[#K| K]] [[#L| L]] [[#R| R]] [[#S| S]] [[#T| T]] [[#V| V]] </tt></blockquote>==  
 
<br/>
 
<br/>
  
Line 40: Line 40:
 
===K===
 
===K===
 
{{ltt|cpp/ranges/keys_view | keys}} {{mark since c++20}} <br/>
 
{{ltt|cpp/ranges/keys_view | keys}} {{mark since c++20}} <br/>
 +
 +
===L===
 +
{{ltt|cpp/ranges/lazy_split_view | lazy_split}} {{mark since c++20}} <br/>
  
 
===R===
 
===R===
Line 56: Line 59:
 
{{ltt|cpp/ranges/values_view | values}} {{mark since c++20}} <br/>
 
{{ltt|cpp/ranges/values_view | values}} {{mark since c++20}} <br/>
  
{{langlinks|ja|zh}}
+
{{langlinks|es|ja|ru|zh}}

Revision as of 21:23, 24 July 2021


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

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

Contents

Notes

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

A C D E F I J K L R S T V


A

all (since C++20)
all_t (since C++20)

C

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

D

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

E

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

F

filter (since C++20)

I

iota (since C++20)

J

join (since C++20)

K

keys (since C++20)

L

lazy_split (since C++20)

R

reverse (since C++20)

S

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

T

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

V

values (since C++20)