2017年6月22日
摘要: 假设有这么一个场景,你需要得到某类型中某函数返回值的类型,然而该函数并没有构造函数: struct Default { Default(const Default &d) {} int foo() const { return 1; } }; int main() { decltype(std::d 阅读全文
posted @ 2017-06-22 15:06 abelian 阅读(173) 评论(0) 推荐(0) 编辑