push_front overloads
Synopses
Declared in <bslstl_list.h>
Prepend the specified move‐insertable value to the front of this list.
Prepend a copy of the specified value to the front of this list.
void
push_front(value_type const& value);
Parameters
Name |
Description |
value |
element to move‐prepend |
Created with MrDocs