bsl::list::push_back

Append to the back of this list a copy of the specified value. 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}).

Synopsis

Declared in <bslstl_list.h>

void
push_back(value_type const& value);