bsl::list::push_back

push_back overloads

Synopses

Declared in <bslstl_list.h>

Append the specified move-insertable value to the back of this list.

void
push_back(BloombergLP::bslmf::MovableRef<value_type> value);
» more...

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

void
push_back(value_type const& value);
» more...

Parameters

NameDescription
valueelement to move-append