* 리턴은 반드시 *this

* 자기 대입에 대한 처리!
if ( const ref Param of ThisClass == *this )
    return *this;

[출처]
Effective C++ - Scott Meyers / 곽재용

+ Recent posts