Requests the container to reduce its capacity to fit its size. */
| 463 | |
| 464 | /** Requests the container to reduce its capacity to fit its size. */ |
| 465 | void shrinkToFit() { _data.shrink_to_fit(); } |
| 466 | |
| 467 | protected: |
| 468 | /** Retains all the objects in the vector */ |
no test coverage detected