Share

AcArray::last () Method

C++

const T & last() const;

Description

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

Links

AcArray

Was this information helpful?