replace 的用法
问题描述:
replace 的用法
答
replace是STL 算法中的一种,其用法如下:Examines each element in a range and replaces it if it matches a specified value. template void replace(ForwardIterator _First, ForwardIterator _Las...