kblib 0.2.3
General utilities library for modern C++
|
Helper class for std::visiting a std::variant. More...
#include <kblib/variant.h>
Helper class for std::visiting a std::variant.
When constructed from a set of lambdas or functors, corrals all of them into a single overload set, suitable for std::visit.