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.
QString への const 参照である関数パラメータにデフォルト値を割り当てることはできますか? 何かのようなもの
void someFun(const QString & param = "")
実際には、期待どおりにコンパイルして実行できますが、少し混乱しているので、内部で何が起こっているのかわかりません. ここでは、スタック上に作成され、この関数の有効期間を持つ QString オブジェクトへの参照がありますか?