コード例 #1
0
ファイル: plKey.cpp プロジェクト: boq/libhsplasma
bool plKey::operator<(const plKey& other) const {
    return fKeyData->getUoid() < other->getUoid();
}