Item-24 Declare non-member functions when type conversions should apply to all parameters
· β 4 min read
If we 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.