問題タブ [deleted-functions]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
90 問題
0
投票する
2
に答える
180
参照
c++ - =delete 関数の継承
という名前のクラスがあるとしましょうFile
。File
たとえば、のすべての息子のコピーコンストラクターを無効にしたいTextFile
。
このようなことをしても、のコピー コンストラクターは無効になりますTextFile
か?
または、これを無効にするためにこれが必要ですか?