We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
forward_list::emplace_front
1 parent 030bf3c commit 3ca6574Copy full SHA for 3ca6574
docs/standard-library/forward-list-class.md
@@ -350,7 +350,7 @@ The element added to the beginning of the forward list.
350
351
### Remarks
352
353
-This member function inserts an element with the constructor arguments `_ val` at the end of the controlled sequence.
+This member function inserts an element with the constructor arguments `val` at the beginning of the controlled sequence.
354
355
If an exception is thrown, the container is left unaltered and the exception is rethrown.
356
0 commit comments