Beispiel #1
0
constexpr decltype(auto) get(tuple<T...> const& ts) {
    return *ts.unpack_into(get_impl<n>{});
}