Can lambda expressions be used as class template parameters? (Note this is a very different question than this one, which asks if a lambda expression itself can be
You can totally do something like
Foovoid { })> foo;
As c++20 allows stateless lambdas in unevaluated contexts.