Vector.endIter
Returns an end iterator of the vector.
Arguments
None
Return values
iterator
pointing to a non-existent element just after the last one.
Complexity
Constant
Example
Output:
1.000000,2.000000,3.000000,
Returns an end iterator of the vector.
None
Constant