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