摘要:
SEO how to call template function of template class invalid operands of types unresolved overloaded function type 问题 使用模版类的模版成员函数(方法)时会报错,而同样的函数放在普通类则 阅读全文
摘要:
需求 对于某些函数我们希望再传入多余参数时不做处理 同时我们也不希望不报错,提高兼容性 代码 例如对2D点传入3D坐标进行构造 /** * @brief constructor take x, y, z as parameters where z is nonsense. * * @note it 阅读全文