예제 #1
0
파일: Uuid.cpp 프로젝트: brics/brics_3d
void Uuid::swap(Uuid& lhs, Uuid& rhs) {
	lhs.swap(rhs);
}