是否有一个reference_wrapper<>对于右值引用?
我想知道如何完成以下操作 void f(string &&s) { std::string i(move(s)); /* other stuff */ } int main() { std::string s; bind(f, s)(); // Error…
- 共 1 页
- 1
我想知道如何完成以下操作 void f(string &&s) { std::string i(move(s)); /* other stuff */ } int main() { std::string s; bind(f, s)(); // Error…
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。