Share

AcArray::first

C++

T& first();

Description

This function returns the first element in the array. The array must not be empty.

Links

AcArray

Was this information helpful?