=====pop_front===== Syntax: #include void pop_front(); The function pop_front() removes the first element of the deque. The pop_front() function runs in [[/complexity|constant time]]. Related Topics: [[erase]], [[front]], [[pop_back]], [[push_front]]