1.variadic templates(可变长模板参数) 可变长模板参数 例子 2.auto类型 auto类型 auto类型用于无法确定返回值的类型时使用,比如lambda表达式。3.ranged-base for ranged-base for 相当于变量在一个enum类型中循环。