Even though std::visit requires an overloaded callable object as its first argument, it is possible to create such an object directly at the call site. …
Visiting Variants Using Lambdas – Part 1

Program in C++ from basic to expert!
Even though std::visit requires an overloaded callable object as its first argument, it is possible to create such an object directly at the call site. …