Ejemplo n.º 1
0
Archivo: Uuid.hpp Proyecto: shuyy/MCF
inline bool operator>=(const Uuid &lhs, const Uuid &rhs) noexcept {
	return BComp(lhs.GetBytes(), rhs.GetBytes()) >= 0;
}