push_back overloads
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...
| Name | Description |
|---|---|
| value | element to move-append |