Append the specified move‐insertable value to the back of this list.
Synopsis
Declared in <bslstl_list.h>
void
push_back(BloombergLP::bslmf::MovableRef<value_type> value);
Description
value is left in a valid but unspecified state. If an exception is thrown (other than by the move constructor of a non‐copy‐insertable value_type), this method has no effect. This method requires that the (template parameter) VALUE be move‐insertable into this list (see {Requirements on VALUE}).
Parameters
Name |
Description |
value |
element to move‐append |
Created with MrDocs