libQuotient
A Qt library for building matrix clients
|
Multiplex several functors in one. More...
#include <util.h>
Multiplex several functors in one.
This is a well-known trick to wrap several lambdas into a single functor class that can be passed to std::visit.