CompilerTech

导航

06 2014 档案

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 阅读(378) 评论(0) 推荐(0)