Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
値を入力したいと思いQList<double>ますconst double。
QList<double>
const double
これらconst doubleは、変更しないメソッドによって返されます。
簡単に行う方法は?
値はコピーされているため、関数が値を返すかどうかは問題ではありませconstん。
const