pop_front

Function Details

void pop_front()
 

Pop out the front element from the vector.

This function supports auto-commit.

Group: Functions specific to deque and list

These functions come from std::list and std::deque, and have identical behaviors to their counterparts in std::list/stddeque.

Class

db_vector