auto
示例:
template concept Foo = true; Foo auto func() { return true; } void bar() { auto f = func(); //在此处警告需要添加约束 "Foo"。 }
2020.2 的新功能