摘要: ```C++ // Integral type equal template typename std::enable_if::value, bool>::type Equal( const T& lhs, const T& rhs) { return lhs == rhs; } // Floati 阅读全文
posted @ 2023-07-24 10:28 卡尔的思索 阅读(8) 评论(0) 推荐(0) 编辑