Open devLupin opened 1 year ago
tuple<int,int,int> Tuple; auto [a,b,c] = Tuple; int a = get<0>(Tuple);