Skip to content

Commit 333929c

Browse files
authored
Update metadata for some standard library topics
1 parent d235daa commit 333929c

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

docs/standard-library/allocators-operators.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: <allocators> operators"
32
title: "<allocators> operators"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: <allocators> operators"
4+
ms.date: 11/04/2016
55
f1_keywords: ["allocators/std::operator!=", "allocators/std::operator=="]
6-
ms.assetid: b55d67cb-3c69-46bf-ad40-e845fb096c4e
76
---
87
# `<allocators>` operators
98

docs/standard-library/array-functions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: <array> functions"
32
title: "<array> functions"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: <array> functions"
4+
ms.date: 11/04/2016
55
f1_keywords: ["array/std::array::get", "array/std::get", "array/std::swap"]
6-
ms.assetid: e0700a33-a833-4655-8735-16e71175efc8
76
helpviewer_keywords: ["std::array [C++], get", "std::get [C++]", "std::swap [C++]"]
87
---
98
# `<array>` functions

docs/standard-library/ostream-functions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: <ostream> functions"
32
title: "<ostream> functions"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: <ostream> functions"
4+
ms.date: 11/04/2016
55
f1_keywords: ["ostream/std::swap", "ostream/std::endl", "ostream/std::ends", "ostream/std::flush"]
6-
ms.assetid: d6e56cc0-c8df-4dbe-be10-98e14c35ed3a
76
helpviewer_keywords: ["std::swap [C++]", "std::endl [C++]", "std::ends [C++]", "std::flush [C++]"]
87
---
98
# `<ostream>` functions

docs/standard-library/string-view-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "<string_view> operators"
33
description: "API reference for the `string_view` operators, which are used to compare two `string_view` objects, or a `string_view` and some other string object"
4-
ms.date: "01/15/2021"
4+
ms.date: 01/15/2021
55
f1_keywords: ["xstring/basic_string_view::operator!=", "xstring/basic_string_view::operator>", "xstring/basic_string_view::operator>=", "xstring/basic_string_view::operator<", "xstring/basic_string_view::operator<<", "xstring/basic_string_view::operator<=", "xstring/basic_string_view::operator+", "xstring/basic_string_view::operator==", 'xstring/std::literals::string_view_literals::operator "sv', 'std::literals::string_view_literals::operator sv', 'std::literals::string_view_literals', 'string_view_literals']
66
helpviewer_keywords: ["std::basic_string_view::operator!=", "std::basic_string_view::operator>", "std::basic_string_view::operator>=", "std::basic_string_view::operator<", "std::basic_string_view::operator<<", "std::basic_string_view::operator<=, std::basic_string_view::operator=="]
77
---

0 commit comments

Comments
 (0)