modernize-shrink-to-fit¶
用 shrink_to_fit()
方法调用替换可缩容容器上的复制和交换技巧。
与复制和交换技巧相比,shrink_to_fit()
方法更易读,更有效地减少可缩容容器的容量。注意,shrink_to_fit()
方法仅在 C++11 及以上版本可用。
用 shrink_to_fit()
方法调用替换可缩容容器上的复制和交换技巧。
与复制和交换技巧相比,shrink_to_fit()
方法更易读,更有效地减少可缩容容器的容量。注意,shrink_to_fit()
方法仅在 C++11 及以上版本可用。