摘要: Copy and Swap 在 c++ 中,什么是 copy and swap ? struct Foo { Foo() { std::cout << "Foo construct\n"; } Foo(const Foo &) { std::cout << "Foo copy construct\n 阅读全文
posted @ 2024-03-11 19:04 フランドール·スカーレット 阅读(23) 评论(0) 推荐(0)