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