Skip to content

Commit d67f334

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
update ms.date
1 parent 2dbd588 commit d67f334

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/standard-library/span-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "span Class (C++ Standard Library)| Microsoft Docs"
3-
ms.date: "05/10/2020"
3+
ms.date: "05/28/2020"
44
f1_keywords: ["span/std::span", "span/std::span::const_pointer", "span/std::span::const_reference", "span/std::span::difference_type", "span/std::span::element_type", "span/std::span::iterator", "span/std::span::pointer", "span/std::span::reference", "span/std::span::reverse_iterator", "span/std::span::size_type", "span/std::span::value_type", "span/std::span::at", "span/std::span::assign", "span/std::span::back", "span/std::span::begin", "span/std::span::data", "span/std::span::empty", "span/std::span::end", "span/std::span::front", "span/std::span::rbegin", "span/std::span::rend",
55
"span/std::span::size", "span/std::span::size_bytes", "span/std::span::operator=", "span/std::span::operator[]"]
66
helpviewer_keywords: ["std::span [C++]", "std::span [C++], const_pointer", "std::span [C++], const_reference", "std::span [C++], difference_type", "std::span [C++], element_type", "std::span [C++], iterator", "std::span [C++], pointer", "std::span [C++], reference", "std::span [C++], reverse_iterator", "std::span [C++], size_type", "std::span [C++], value_type", "std::span [C++], assign", "std::span [C++], at", "std::span [C++], back", "std::span [C++], begin", "std::span [C++], data", "std::span [C++], empty", "std::span [C++], end", "std::span [C++], front", "std::span [C++], rbegin", "std::span [C++], rend", "std::span [C++], size", "std::span [C++], size_bytes"]

docs/standard-library/span-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "<span> functions"
3-
ms.date: "05/13/2020"
3+
ms.date: "05/28/2020"
44
f1_keywords: ["span/std::span::as_bytes", "span/std::as_writable_bytes"]
55
helpviewer_keywords: ["std::span [C++], as_writable_bytes", "std::as_bytes [C++]"]
66
---
@@ -75,7 +75,7 @@ The span to get the raw representation of.
7575
7676
### Return Value
7777
78-
A `span<byte, S>` to the first item stored in the span where `S` is `{reinterpret_cast<std::byte*>(s.data()), s.size_bytes()}'
78+
A `span<byte, S>` to the first item stored in the span where `S` is `{reinterpret_cast<std::byte*>(s.data()), s.size_bytes()}`
7979
8080
### Example
8181

docs/standard-library/span.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "&lt;span&gt;"
3-
ms.date: "05/15/2020"
3+
ms.date: "05/28/2020"
44
f1_keywords: ["<span>"]
55
helpviewer_keywords: ["span header"]
66
---

0 commit comments

Comments
 (0)