concurrent_vector::shrink_to_fit 方法
壓縮並行向量的內部表示,以減少分散並最佳化記憶體使用量。
template<
typename _Ty,
class _Ax
>
void concurrent_vector<_Ty, _Ax>::shrink_to_fit();
備註
這個方法會在內部重新配置記憶體移動項目,並停用所有 Iterator。 shrink_to_fit 並不具備並行安全。 您必須確定當您呼叫此函式時,沒有其他執行緒會叫用並行向量上的方法。
需求
標頭: concurrent_vector.h
**命名空間:**並行