Skip to content

Commit d3b8445

Browse files
authored
Add leading sentence in <memory> functions reference
1 parent 8da0e15 commit d3b8445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/standard-library/memory-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ helpviewer_keywords: ["std::addressof [C++]", "std::align [C++]", "std::allocate
88
---
99
# `<memory>` functions
1010

11+
The `<memory>` header provides the following functions:
12+
1113
## <a name="addressof"></a> `addressof`
1214

1315
Gets the true address of an object.

0 commit comments

Comments
 (0)