[#bsl-list-054-push_back-0e1] = xref:bsl.adoc[bsl]::xref:bsl/list-054.adoc[list]::push_back :relfileprefix: ../../ :mrdocs: Append a copy of the specified `value` to the back of this list. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void push_back(xref:bsl/list-054/value_type.adoc[value_type] const& value); ---- == Description 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`}). == Parameters [cols="1,4"] |=== | Name| Description | *value* | element to copy‐append |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#