コード例 #1
0
ファイル: GUID.cpp プロジェクト: jdlugosz/repertoire
bool operator== (const GUID& left, const GUID& right)
 {
 return left.inline_eq (right);
 }