Insert __x at the front of this list.

Synopsis

Declared in <bslstp_slist.h>

void
push_front(value_type const& __x = _Tp());

Parameters

Name

Description

__x

value inserted as the new first element

Created with MrDocs