Range-Based for Loops
摘要:
for ( decl : coll ){ statement}where decl is the declaration of each element of the passed collection coll and for which the statements specified are... 阅读全文
posted @ 2014-06-13 11:01 compilerTech 阅读(367) 评论(0) 推荐(0) 编辑