forward_list::clear
Erases all the elements of a forward list.
void clear();
Remarks
This member function calls erase_after(before_begin(), end()).
Requirements
Header: <forward_list>
Namespace: std
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
Erases all the elements of a forward list.
void clear();
This member function calls erase_after(before_begin(), end()).
Header: <forward_list>
Namespace: std