std:: variant<int, double, std::string> x, y; // assign value x = 1; y = "1.0"; // overwrite value x = 2.0;. 這邊是宣告了x、y 兩個變數,透過 ...
確定! 回上一頁