Share

AcArray::last () Method

C++

T& last();

Description

This function returns the last element of the array. The array must not be empty.

Links

AcArray

Was this information helpful?