Member Functions That You Must Provide | |
bool | contains (const Item_Type &val) const |
size_t | count (const Item_Type &val) const |
size_t | index (const Item_Type &val) const |
void | remove (const Item_Type &val) |
void | reverse () |
|
Determines whether the given value is contained in the vector.
|
|
Determines the number of occurrences of given value.
|
|
Determines the first index at which give value occurs (if any).
|
|
Removes all occurrences of given value (if any).
|
|
Reverse the contents of the vector. |