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