Ray's playground

 

Item 24: Declare non-member functions when type conversions should apply to all parameters(Effective C++)

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.

posted on 2011-03-28 17:54  Ray Z  阅读(149)  评论(0编辑  收藏  举报

导航