Learning boost 3 -- string algorithm 1[9]

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

本文简介:选择自 heroboy2000 的 blog

判断input是否包含testcomp是比较字符的二元判断式。localstd::local

 

bool equals (input, test);

bool equals (input, test, comp)

bool iequals(input, test, local)

判断input是否和test相同。comp是比较字符的二元判断式。localstd::local

 

bool all(input, pred);

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

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

go top