コード例 #1
0
bool operator<(const OTIdentifier& lhs, const OTIdentifier& rhs)
{
    return lhs.get() < rhs.get();
}
コード例 #2
0
bool operator!=(const OTIdentifier& lhs, const Identifier& rhs)
{
    return lhs.get() != rhs;
}