move-semantics

    11

    2答えて

    誰かが "これを* thisに移動の意味を拡張する"ということを普通の英語で説明できますか? I am referring to this proposal。探しているものはすべてです。は& です。理由はです。右辺値の参照が一般的で、移動セマンティクスが構築されていることを理解しています。そのような拡張がrvalue参照に何を追加するのか把握できません!

    7

    3答えて

    私は右のそれに入ると、コードで始まると思う: #include <iostream> #include <fstream> #include <string> class test : public std::ofstream { public: test(const std::string& filename) { this->open(gen_filename(