文法:
#include <list> void pop_front();
pop_front()関数は、リストの先頭の要素を削除します。
pop_front()関数は定数時間で実行されます。
関連トピック: erase, front, pop_back, push_front