摘要: 1. void foo(std::unique_ptr<Entity>) { puts("Entering foo"); puts("Leaving foo"); } void ex2() { puts(" "); puts("Entering ex2"); auto e1 = std::make_ 阅读全文
posted @ 2021-01-07 19:04 lianhuaren 阅读(56) 评论(0) 推荐(0) 编辑