在string algorithm中,collection指:
l stl标准类型
l 内建数组(如:int[])
l 零结尾字符串(char*或wchar *)
l pair<iterator, iterator>
mutablecollection当然是指非const 的collection。
sequence好像只能是标准容器。
trim algorithm trim算法
void trim (sequence&, std::local&=std::local());
首页
上页
下页
尾页
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]
[15]
[16]
[17]
[18]
[19]
[20]
[21]
[22]
[23]
[24]
[25]
[26]
[27]
[28]
[29]
[30]
[31]
[32]
[33]
[34]
本文关键:Learning boost 3 -- string algorithm 1