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
@@ -61,7 +61,7 @@ The type that represents the stored allocator object that encapsulates details a
61
61
|[`append`](#append)|Adds characters to the end of a string.|
62
62
|[`assign`](#assign)|Assigns new character values to the contents of a string.|
63
63
|[`at`](#at)|Returns a reference to the element at a specified location in the string.|
64
-
|[`back`](#back)||
64
+
|[`back`](#back)|Returns a reference to the last element in the string.|
65
65
|[`begin`](#begin)|Returns an iterator addressing the first element in the string.|
66
66
|[`c_str`](#c_str)|Converts the contents of a string as a C-style, null-terminated, string.|
67
67
|[`capacity`](#capacity)|Returns the largest number of elements that could be stored in a string without increasing the memory allocation of the string.|
0 commit comments