Luna::Vector::push_back
void push_back(const value_type &val)
Pushes one element to the back of the vector.
Parameters
-
in val
The element to push. The element will be copy-inserted to the vector.
void push_back(const value_type &val)
Pushes one element to the back of the vector.
in val
The element to push. The element will be copy-inserted to the vector.