push_front

Function Details

void push_front(const T &x)
 

Push an element x into the vector from front.

Parameters

x

The element to push into this 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