You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/basic-string-class.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,7 @@ basic_string(
644
644
### Parameters
645
645
646
646
*`ptr`*\
647
-
The C-string whose characters are to be used to initialize the `string` being constructed. This value can't be a null pointer.
647
+
The C-string whose characters are to be used to initialize the `string` being constructed. This value can't be a null pointer unless *`count`* is zero.
648
648
649
649
*`alloc_type`*\
650
650
The storage allocator class for the string object being constructed.
0 commit comments