예제 #1
0
파일: Colour.hpp 프로젝트: dparks1134/Art
	inline bool operator> (const Colour& rhs) const { return colourVector() > rhs.colourVector(); } 
예제 #2
0
파일: Colour.hpp 프로젝트: dparks1134/Art
	inline bool operator==(const Colour& rhs) const { return colourVector() == rhs.colourVector(); }