Error - Structured binding with TTuple or TPair shows errors in 4.26

ps: forgot to add the following overload template <size_t Idx, typename... Types> decltype(auto) get( TTuple<Types...>& t) { return(t.template Get<Idx>()); }