|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <swoc_meta.h>


Support for variable parameter lambdas.
| Args | Lambdas to combine. |
This creates a class that has an overloaded function operator, with each overload corresponding to one of the provided lambdas. The original use case is with std::visit where this can be used to construct the visitor from a collection of lambdas.
Definition at line 168 of file swoc_meta.h.