front
Syntax: #include <vector> TYPE& front(); const TYPE& front() const; The front() function returns a reference to the first element of the vector, and runs in constant time. Related topics:
|
front
Syntax: #include <vector> TYPE& front(); const TYPE& front() const; The front() function returns a reference to the first element of the vector, and runs in constant time. Related topics:
|