Skip to content

Commit 1b7847d

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix title
1 parent 0967423 commit 1b7847d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard-library/view-classes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about view classes, which allow you to inexpensively refer to and transform ranges."
2+
description: "Learn more about the ranges view classes, which allow you to inexpensively transform ranges."
33
title: "View classes"
4-
ms.date: 12/06/2022
4+
ms.date: 12/20/2022
55
f1_keywords: ["RANGES/std::ranges::views", "RANGES/std::views"]
66
helpviewer_keywords: ["RANGES/VIEWS/std", "VIEWS/std"]
77
---
8-
# View classes
8+
# `<ranges>` view classes
99

1010
A *view* is a lightweight range that refers to elements that it doesn't own (except [`owning_view`](owning-view-class.md)). A view is typically based on another range and provides a different way of looking at it, whether by transforming or filtering it. For example, [`std::views::filter`](filter-view-class.md) is a view that uses the criteria that you specify to select elements from another range.
1111

0 commit comments

Comments
 (0)