Learning boost 3 -- string algorithm 1[4]

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

本文简介:选择自 heroboy2000 的 blog

case conversion algorithm 大小写转换算法

void           to_lower(mutablecollection&, std::local&=std::local());

void           to_upper(mutablecollection&, std::local&=std::local());

 

sequence       to_lower_copy(const sequence&, std::local&=std::local());

sequence       to_upper_copy(const sequence&, std::local&=std::local());

 

outputiterator to_lower_copy(outputiterator, const collection&, std::local&=std::local());

outputiterator to_lower_copy(outputiterator, const collection&, std::local&=std::local());

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

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

go top