Prepend a copy of the specified value to the front of this list.
Synopsis
Declared in <bslstl_list.h>
void
push_front(value_type const& value);
Description
This method offers full guarantee of rollback in case an exception is thrown. This method requires that the (template parameter) VALUE be copy‐constructible (see {Requirements on VALUE}).
Parameters
Name |
Description |
value |
element to copy‐prepend |
Created with MrDocs