auto
Example:
template concept Foo = true; Foo auto func() { return true; } void bar() { auto f = func(); //warn here to add constraint 'Foo' }
New in 2020.2