Luna::Vector::pop_back
void pop_back()
Removes the element from the back of the vector.
Valid Usage
- empty must be
false
when calling this function.
void pop_back()
Removes the element from the back of the vector.
false
when calling this function.