Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Adds an element to the beginning of a forward list.
void push_front(const Type& _Val);
void push_front(Type&& _Val);
Parameters
Parameter |
Description |
---|---|
_Val |
The element added to the beginning of the forward list. |
Remarks
If an exception is thrown, the container is left unaltered and the exception is rethrown.
Requirements
Header: <forward_list>
Namespace: std