Append a copy of the specified value to the back of this list.
This method offers full guarantee of rollback in case an exception is thrown. This method requires that the (template parameter) VALUE be copy-constructible (see {Requirements on VALUE}).
| Name | Description |
|---|---|
| value | element to copy-append |