Searched refs:pop_front (Results 1 – 1 of 1) sorted by relevance
249 void pop_front() { (void)erase( begin() ); } in pop_front() function666 using Base::pop_front;876 void PopFront() { this->pop_front(); } //!< @details :private in PopFront()