Put this vector in a state of being small.
| 175 | |
| 176 | /// Put this vector in a state of being small. |
| 177 | void resetToSmall() { |
| 178 | this->BeginX = getFirstEl(); |
| 179 | this->Size = this->Capacity = |
| 180 | 0; // FIXME: Setting Capacity to 0 is suspect. |
| 181 | } |
| 182 | |
| 183 | /// Return true if V is an internal reference to the given range. |
| 184 | bool isReferenceToRange(const void *V, |