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
posted @ 2014-06-13 11:01