Fold expression expansion inside of a lambda, inside of a template member function results in const conversion error
I have a class, with a variadic template member function that attempts to expand a fold expression inside of a lambda. I think it is easier to explain with a minimal example.