Item 24: Declare non-member functions when type conversions should apply to all
时间:2011-03-28 来源:Ray Z
If you need type conversions on all parameters to a function (including the one pointed to by the this pointer), the function must be a non-member.
相关阅读 更多 +