Return a reference to the first element of this vector.
Declared in <bslstl_vector.h>
Return a reference to the first element of this vector.
vector<VALUE_TYPE*, ALLOCATOR>::reference
front();
» more...
Return a reference to the first element of this vector.
vector<VALUE_TYPE*, ALLOCATOR>::const_reference
front() const;
» more...