随笔分类 - C++
std::ref
摘要:The std::thread constructor copies the supplied values, without converting to the expected argument type (which is reference type in this case, seeupd
阅读全文
类内函数的override问题-方法
摘要:Question: have a base class with a virtual function: class Base { public: virtual void Function(); }; void Base::Function() { cout << "default version
阅读全文
浙公网安备 33010602011771号