Share

AcArray::first () Method

C++

const T & first() const;

Description

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

Links

AcArray

Was this information helpful?