예제 #1
0
파일: Uuid.hpp 프로젝트: shuyy/MCF
inline void swap(Uuid &lhs, Uuid &rhs) noexcept {
	lhs.Swap(rhs);
}