예제 #1
0
파일: Uuid.hpp 프로젝트: shuyy/MCF
inline bool operator>=(const Uuid &lhs, const Uuid &rhs) noexcept {
	return BComp(lhs.GetBytes(), rhs.GetBytes()) >= 0;
}