push_back overloads

Synopses

Declared in <bslstl_list.h>

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

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

void
push_back(value_type const& value);

Parameters

Name

Description

value

element to move‐append

Created with MrDocs