Luna::List::push_front

void push_front(const value_type &value)

Inserts one element at the front of the list.

Parameters

  • in value

    The element to insert. The element will be copy-inserted to the list.