{ auto tup = std::make_tuple(0, 'a', 3.14); template for (auto elem : tup) std::cout << elem << std::endl; }