template struct mola::overloaded

Overview

Based on https://en.cppreference.com/w/cpp/utility/variant/visit

#include <variant_helper.h>

template <class... Ts>
struct overloaded: public mola::Ts
{
};