| 2643 | void squeeze(bool preAllocation=true, bool postAllocation=true); |
| 2644 | |
| 2645 | const_iterator constBegin() const { return mData.constBegin()+mPreallocSize; } |
| 2646 | const_iterator constEnd() const { return mData.constEnd(); } |
| 2647 | iterator begin() { return mData.begin()+mPreallocSize; } |
| 2648 | iterator end() { return mData.end(); } |
no outgoing calls
no test coverage detected