Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Adds an element constructed in place to the beginning of the list.
template<class Type>
void emplace_front(Type&& _Val);
Parameters
Parameter |
Description |
|---|---|
_Val |
The element added to the beginning of the forward list. |
Remarks
This member function inserts an element with the constructor arguments __Val at the end of the controlled sequence.
If an exception is thrown, the container is left unaltered and the exception is rethrown.
Requirements
Header: <forward_list>
Namespace: std