Luna::List::push_back
void push_back(const value_type &value)
Inserts one element at the back of the list.
Parameters
-
in value
The element to insert. The element will be copy-inserted to the list.
void push_back(const value_type &value)
Inserts one element at the back of the list.
in value
The element to insert. The element will be copy-inserted to the list.