Synopsis
Declared in <bslstl_vector.h>
template<>
class vectorBase<long long>;
Type Aliases
Name |
Description |
This |
|
This |
|
This |
|
This |
|
This |
|
This |
|
This |
|
This |
|
This |
Member Functions
Name |
Description |
|
Create an empty base object with no capacity. |
Adopt all outstanding memory allocations associated with the specified |
|
|
|
|
|
|
|
Return the capacity of this vector, i.e., the maximum number of elements for which resizing is guaranteed not to trigger a reallocation. |
|
Return an iterator providing non‐modifiable access to the first element in this vector, and the past‐the‐end iterator if this vector is empty. |
|
Return the past‐the‐end (forward) iterator providing non‐modifiable access to this vector. |
|
Return a reverse iterator providing non‐modifiable access to the last element in this vector, and the past‐the‐end reverse iterator if this vector is empty. |
|
Return the past‐the‐end reverse iterator providing non‐modifiable access to this vector. |
|
|
|
Return |
|
|
|
|
|
Subscript operators |
|
|
|
|
|
Return the number of elements in this vector. |
Protected Data Members
Name |
Description |
Capacity of data storage in number of elements. |
|
Beginning of data storage (owned). |
|
One past the end of data storage. |
Created with MrDocs