Prepend to the front of this list 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 be copy‐constructible (see {Requirements on VALUE}).
Synopsis
Declared in <bslstl_list.h>
void
push_front(value_type const& value);
Created with MrDocs