bsl::list::push_back

Append a copy of the specified value to the back of this list.

Synopsis

Declared in <bslstl_list.h>

void
push_back(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

NameDescription
valueelement to copy-append