"first" (vector::first / dyn_*::first)
Returns a reference to the first element of the vector/dyn_*.
Synopsis
T& vector.first();
Parameters
Parameter | Description |
---|---|
- | - |
Description
-
Assignment
Vector / dyn_*
Returns a reference to the first element of the vector/dyn_*.
T& vector.first();
Parameter | Description |
---|---|
- | - |
-
Vector / dyn_*