Share

AcArray::removeLast

C++

AcArray<T,R>& removeLast();

Description

This function removes the last element in the array. The logical length will decrease by one. The array must not be empty.

Links

AcArray

Was this information helpful?