bsl::vector<VALUE_TYPE*, ALLOCATOR>::front

Return a reference to the first element of this vector.

Synopses

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...

Return Value

  • modifiable reference to the first element
  • non-modifiable reference to the first element