Append a copy of value to the back of this deque.
Synopsis
Declared in <bslstl_deque.h>
void
push_back(VALUE_TYPE const& value);
Description
Append to the back of this deque a copy of the specified value. This method offers full guarantee of rollback in case an exception is thrown. This method requires that the (template parameter) VALUE_TYPE be copy‐constructible (see {Requirements on VALUE_TYPE}).
Parameters
Name |
Description |
value |
value to copy‐append |
Created with MrDocs