Skip to content

Commit e9c9a2f

Browse files
authored
Update string-typedefs.md
1 parent a0a5ab9 commit e9c9a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/standard-library/string-typedefs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ f1_keywords: ["string/std::string", "string/std::u16string", "string/std::u32str
66
---
77
# `<string>` typedefs
88

9+
The `<string>` header provides the following typedefs:
10+
911
## <a name="string"></a> `string`
1012

1113
A type that describes a specialization of the class template [`basic_string`](../standard-library/basic-string-class.md) with elements of type **`char`**.

0 commit comments

Comments
 (0)