Learning boost 3 -- string algorithm 1[22]

[入库:2005年8月19日] [更新:2007年3月24日]

本文简介:选择自 heroboy2000 的 blog

input中搜索到的最后一个search替换成format

 

outputiterator replace_nth_copy (outputiterator, input, search, format, n);

sequence       replace_nth_copy (input, search, format, n);

void           replace_nth      (input, search, format, n);

 

outputiterator ireplace_nth_copy (outputiterator, input, search, format, n, local);

sequence       ireplace_nth_copy (input, search, format, n, local);

void           ireplace_nth      (input, search, format, n, local);

本文关键:Learning boost 3 -- string algorithm 1
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top