技术栈
enable_if
GarryLau
5 个月前
template
·
enable_if
判断一个类型是否有reserve方法
使用std::enable_if_t来帮助选择匹配的函数。以容器是否含有reserve方法作为示例。输出: