static constexpr auto to_tuple()

in native/include/events.hpp [31:34]


    static constexpr auto to_tuple(const data & d) { \
        const auto &[__VA_ARGS__] = d; \
        return std::make_tuple(__VA_ARGS__); \
    }