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
Constructs a string that is empty, initialized by specific characters, or is a copy of all or part of another string object or C style (null-terminated) string.
A `const` reverse iterator that addresses the location succeeding the last element in a reversed string (the location that had preceded the first element in the unreversed string).
1475
1473
1476
-
### Remarks
1477
-
1478
1474
## <aname="copy_s"></a> `basic_string::_Copy_s`
1479
1475
1480
1476
Copies at most a specified number of characters from an indexed position in a source string to a target character array.
@@ -2885,8 +2881,6 @@ reference front();
2885
2881
2886
2882
A reference to the first element of the string, which must be non-empty.
A signed integer type that can be used to represent the number of elements of a forward list in a range between elements pointed to by iterators.
@@ -577,8 +567,6 @@ size_type max_size() const;
577
567
578
568
The length of the longest sequence that the object can control.
579
569
580
-
### Remarks
581
-
582
570
## <aname="merge"></a> `merge`
583
571
584
572
Combines two sorted sequences into a single sorted sequence in linear time. Removes the elements from the argument list, and inserts them into this `forward_list`. The two lists should be sorted by the same compare function object before the call to `merge`. The combined list will be sorted by that compare function object.
0 commit comments